diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -801,9 +801,9 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 801 | xs_html_attr("class", "snac-announcement"), | 801 | xs_html_attr("class", "snac-announcement"), |
| 802 | xs_html_text(an->text), | 802 | xs_html_text(an->text), |
| 803 | xs_html_text(" "), | 803 | xs_html_text(" "), |
| 804 | xs_html_sctag("a", | 804 | xs_html_tag("a", |
| 805 | xs_html_attr("href", s)), | 805 | xs_html_attr("href", s), |
| 806 | xs_html_text("Dismiss"))); | 806 | xs_html_text("Dismiss")))); |
| 807 | } | 807 | } |
| 808 | 808 | ||
| 809 | if (read_only) { | 809 | if (read_only) { |