aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/html.c b/html.c
index aced4ad..eec1760 100644
--- a/html.c
+++ b/html.c
@@ -1726,6 +1726,10 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
content = "";
}
+ /* skip ugly line breaks at the beginning */
+ while (xs_startswith(content, "<br>"))
+ content += 4;
+
xs *c = sanitize(content);
/* do some tweaks to the content */