diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 10 |
1 files changed, 2 insertions, 8 deletions
| @@ -516,14 +516,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int | |||
| 516 | } | 516 | } |
| 517 | else | 517 | else |
| 518 | if (strcmp(type, "Note") != 0) { | 518 | if (strcmp(type, "Note") != 0) { |
| 519 | s = xs_str_cat(s, "<div class=\"snac-post\">\n"); | 519 | /* skip oddities */ |
| 520 | 520 | return os; | |
| 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"); | ||
| 525 | |||
| 526 | return xs_str_cat(os, s); | ||
| 527 | } | 521 | } |
| 528 | 522 | ||
| 529 | /* bring the main actor */ | 523 | /* bring the main actor */ |