about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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);
 		}
 	}