mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Fixed typo.
This commit is contained in:
parent
21efd9cd9c
commit
4ff19dfc6d
6
html.c
6
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user