summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2022-12-03 19:28:16 +0100
committerGravatar default2022-12-03 19:28:16 +0100
commitc70bd2a85da778e0cd88ea7f2c909621f9c0f55f (patch)
tree401234e678e9808a84f64cee6c6801f29c69d3f0 /html.c
parentUpgrade timeline/ to private/. (diff)
downloadsnac2-c70bd2a85da778e0cd88ea7f2c909621f9c0f55f.tar.gz
snac2-c70bd2a85da778e0cd88ea7f2c909621f9c0f55f.tar.xz
snac2-c70bd2a85da778e0cd88ea7f2c909621f9c0f55f.zip
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
518 if (strcmp(type, "Note") != 0) { 518 if (strcmp(type, "Note") != 0) {
519 s = xs_str_cat(s, "<div class=\"snac-post\">\n"); 519 s = xs_str_cat(s, "<div class=\"snac-post\">\n");
520 520
521 xs *s1 = xs_fmt("<p>%s</p>\n", type); 521 xs *s1 = xs_fmt("<p>%s ?</p>\n", type);
522 s = xs_str_cat(s, s1);
523
524 s = xs_str_cat(s, "</div>\n");
522 525
523 return xs_str_cat(os, s); 526 return xs_str_cat(os, s);
524 } 527 }