summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/html.c b/html.c
index d0ccd23..ea7830c 100644
--- a/html.c
+++ b/html.c
@@ -516,14 +516,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
}
else
if (strcmp(type, "Note") != 0) {
- s = xs_str_cat(s, "<div class=\"snac-post\">\n");
-
- 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);
+ /* skip oddities */
+ return os;
}
/* bring the main actor */