snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 4ff19dfc6d4e0406c62090210c65c436366920fc
parent 21efd9cd9cd0b337c164597704010d47cb6424a9
Author: default <nobody@localhost>
Date:   Fri, 31 May 2024 22:36:47 +0200

Fixed typo.

Diffstat:
Mhtml.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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) {