aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-11-10 07:16:48 +0100
committerdefault <nobody@localhost>2024-11-10 07:16:48 +0100
commita657274d4e65ac1b16c49a9eae04ac02b0498f2a (patch)
tree457e0ca5f5eeb722f979d6c9c23e4506a0c58d6c /html.c
parentd9b94a556a8f74613737e940871daf95bd1330fd (diff)
In the RSS description, don't convert the bio from Markdown.
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 535be01..fe14e16 100644
--- a/html.c
+++ b/html.c
@@ -3178,7 +3178,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
return HTTP_STATUS_FORBIDDEN;
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_dict_get(snac.config, "name"),