diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -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 | } |