diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -600,8 +600,9 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i | |||
| 600 | } | 600 | } |
| 601 | } | 601 | } |
| 602 | 602 | ||
| 603 | xs *sc = sanitize(c); | ||
| 603 | 604 | ||
| 604 | s = xs_str_cat(s, c); | 605 | s = xs_str_cat(s, sc); |
| 605 | } | 606 | } |
| 606 | 607 | ||
| 607 | s = xs_str_cat(s, "\n"); | 608 | s = xs_str_cat(s, "\n"); |