summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7f7c2c7..df9e4e3 100644
--- a/html.c
+++ b/html.c
@@ -852,7 +852,7 @@ static xs_html *html_user_body(snac *user, int read_only)
852 if (xs_type(md) == XSTYPE_STRING) { 852 if (xs_type(md) == XSTYPE_STRING) {
853 /* convert to dict for easier iteration */ 853 /* convert to dict for easier iteration */
854 metadata = xs_dict_new(); 854 metadata = xs_dict_new();
855 xs *l = xs_split(md, "\r\n"); 855 xs *l = xs_split(md, "\n");
856 const char *ll; 856 const char *ll;
857 857
858 xs_list_foreach(l, ll) { 858 xs_list_foreach(l, ll) {