Parcourir la source

In the RSS description, don't convert the bio from Markdown.

default il y a 1 an
Parent
commit
a657274d4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -3178,7 +3178,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
             return HTTP_STATUS_FORBIDDEN;
             return HTTP_STATUS_FORBIDDEN;
 
 
         xs *elems = timeline_simple_list(&snac, "public", 0, 20);
         xs *elems = timeline_simple_list(&snac, "public", 0, 20);
-        xs *bio   = not_really_markdown(xs_dict_get(snac.config, "bio"), NULL, NULL);
+        xs *bio   = xs_dup(xs_dict_get(snac.config, "bio"));
 
 
         xs *rss_title = xs_fmt("%s (@%s@%s)",
         xs *rss_title = xs_fmt("%s (@%s@%s)",
             xs_dict_get(snac.config, "name"),
             xs_dict_get(snac.config, "name"),