diff options
author | Marco Peereboom <marco@conformal.com> | 2011-02-04 20:42:27 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-02-04 20:42:27 +0000 |
commit | 68fe74c093f64f9c4fbe549138fa9fa47abc58e2 (patch) | |
tree | 3b122bd994e26f67fa2b3cc66b1d77bc68cbfbea | |
parent | 59b7e7af038e6fe4c2a44ccea0edc005ce3a41cb (diff) | |
download | xombrero-68fe74c093f64f9c4fbe549138fa9fa47abc58e2.tar.gz |
print session cookies and js properly
-rw-r--r-- | xxxterm.c | 2 |
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); } } |