aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-03 19:28:16 +0100
committerdefault <nobody@localhost>2022-12-03 19:28:16 +0100
commitc70bd2a85da778e0cd88ea7f2c909621f9c0f55f (patch)
tree401234e678e9808a84f64cee6c6801f29c69d3f0 /html.c
parent67a81a7bf9c65b1d7ec5cb5ac255169222be24ac (diff)
Show the development version.
Diffstat (limited to 'html.c')
-rw-r--r--html.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7fc3a73..b8bb1af 100644
--- a/html.c
+++ b/html.c
@@ -518,7 +518,10 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
if (strcmp(type, "Note") != 0) {
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
- xs *s1 = xs_fmt("<p>%s</p>\n", type);
+ xs *s1 = xs_fmt("<p>%s ?</p>\n", type);
+ s = xs_str_cat(s, s1);
+
+ s = xs_str_cat(s, "</div>\n");
return xs_str_cat(os, s);
}