about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-02-04 20:42:27 +0000
committerMarco Peereboom <marco@conformal.com>2011-02-04 20:42:27 +0000
commit68fe74c093f64f9c4fbe549138fa9fa47abc58e2 (patch)
tree3b122bd994e26f67fa2b3cc66b1d77bc68cbfbea /xxxterm.c
parent59b7e7af038e6fe4c2a44ccea0edc005ce3a41cb (diff)
downloadxombrero-68fe74c093f64f9c4fbe549138fa9fa47abc58e2.tar.gz
print session cookies and js properly
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index e71064b..1dfba4e 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -2948,7 +2948,7 @@ wl_show(struct tab *t, char *args, char *title, struct domain_list *wl)
 			if (d->handy == 1)
 				continue;
 			tmp = body;
-			body = g_strdup_printf("%s%s", body, d->d);
+			body = g_strdup_printf("%s%s<br>", body, d->d);
 			g_free(tmp);
 		}
 	}