diff --git a/src/elogd.c b/src/elogd.c
index c6402685..4a28a5b5 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -17367,9 +17367,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, int exp
my_strftime(str, sizeof(str), format, pts);
if (disp_attr_link == NULL || disp_attr_link[index])
- rsprintf("\n
%s | \n", tdstyle, ref, str);
+ rsprintf("\n%s | \n", tdstyle, nowrap, ref, str);
else
- rsprintf("\n%s | \n", tdstyle, str);
+ rsprintf("\n%s | \n", tdstyle, nowrap, str);
}
else if (attr_flags[i] & AF_DATETIME) {
@@ -17386,9 +17386,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, int exp
my_strftime(str, sizeof(str), format, pts);
if (disp_attr_link == NULL || disp_attr_link[index])
- rsprintf("\n%s | \n", tdstyle, ref, str);
+ rsprintf("\n%s | \n", tdstyle, nowrap, ref, str);
else
- rsprintf("\n%s | \n", tdstyle, str);
+ rsprintf("\n%s | \n", tdstyle, nowrap, str);
}
else if (attr_flags[i] & AF_ICON) {