summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.c b/html.c
index 84cbcc1..0c66917 100644
--- a/html.c
+++ b/html.c
@@ -801,9 +801,9 @@ static xs_html *html_user_body(snac *user, int read_only)
xs_html_attr("class", "snac-announcement"),
xs_html_text(an->text),
xs_html_text(" "),
- xs_html_sctag("a",
- xs_html_attr("href", s)),
- xs_html_text("Dismiss")));
+ xs_html_tag("a",
+ xs_html_attr("href", s),
+ xs_html_text("Dismiss"))));
}
if (read_only) {