about summary refs log tree commit diff stats
path: root/src/LYShowInfo.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-12-27 22:39:43 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-12-27 22:39:43 +0000
commit22c60e93992af953cf692dc78dfd1de371c23e82 (patch)
tree4f27f8e94187767079ed69c65d43850d29ce50b3 /src/LYShowInfo.c
parent466c1be273ce2f7354532f876250cbc3d9d6cefd (diff)
downloadlynx-snapshots-22c60e93992af953cf692dc78dfd1de371c23e82.tar.gz
snapshot of project "lynx", label v2-9-0dev_0c
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r--src/LYShowInfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c
index 3f3b3597..03387165 100644
--- a/src/LYShowInfo.c
+++ b/src/LYShowInfo.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYShowInfo.c,v 1.82 2018/05/11 20:43:26 tom Exp $ */
+/* $LynxId: LYShowInfo.c,v 1.83 2018/12/27 22:35:44 Chuck.Martin Exp $ */
 #include <HTUtils.h>
 #include <HTFile.h>
 #include <HTParse.h>
@@ -87,9 +87,9 @@ static void dt_String(FILE *fp,
     while (need++ < label_columns)
 	fprintf(fp, "&nbsp;");
     if (LYwideLines && allow_wide)
-	fprintf(fp, "<em>%s</em><pre>%s</pre>\n", the_label, the_value);
+	fprintf(fp, "<em>%s</em> <pre>%s</pre>\n", the_label, the_value);
     else
-	fprintf(fp, "<em>%s</em>%s\n", the_label, the_value);
+	fprintf(fp, "<em>%s</em> %s\n", the_label, the_value);
 
     FREE(the_label);
     FREE(the_value);