summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index 6f85c83..d0ccd23 100644
--- a/html.c
+++ b/html.c
@@ -626,11 +626,13 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
626 sensitive = 1; 626 sensitive = 1;
627 } 627 }
628 628
629#if 0
629 { 630 {
630 xs *md5 = xs_md5_hex(id, strlen(id)); 631 xs *md5 = xs_md5_hex(id, strlen(id));
631 xs *s1 = xs_fmt("<p><code>%s</code></p>\n", md5); 632 xs *s1 = xs_fmt("<p><code>%s</code></p>\n", md5);
632 s = xs_str_cat(s, s1); 633 s = xs_str_cat(s, s1);
633 } 634 }
635#endif
634 636
635 { 637 {
636 xs *c = sanitize(xs_dict_get(msg, "content")); 638 xs *c = sanitize(xs_dict_get(msg, "content"));