snac2

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

commit a5aea195c2676a5c17a66f6c98f5654ce79a3794
parent bec483653384e22c989f6a08921a5617284e5e7e
Author: default <nobody@localhost>
Date:   Wed,  5 Feb 2025 12:58:10 +0100

Minor HTML tweak.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -3145,7 +3145,7 @@ xs_str *html_notifications(snac *user, int skip, int show) if (h != NULL) { xs_html_add(entry, - xs_html_tag("p", + xs_html_tag("div", xs_html_tag("a", xs_html_attr("href", ctxt), xs_html_text(L("Context")))),