summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-02-05 13:11:14 +0100
committerGravatar default2025-02-05 13:11:14 +0100
commitde8fd8305396abd1e7e7208f443be4a4891219cd (patch)
treefc413ca4a96a69422e28c0ab74f5d69828aa6969
parentMinor HTML tweak. (diff)
downloadpenes-snac2-de8fd8305396abd1e7e7208f443be4a4891219cd.tar.gz
penes-snac2-de8fd8305396abd1e7e7208f443be4a4891219cd.tar.xz
penes-snac2-de8fd8305396abd1e7e7208f443be4a4891219cd.zip
More HTML tweaks.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index b3a18d9..5f1cd6c 100644
--- a/html.c
+++ b/html.c
@@ -3145,7 +3145,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
3145 3145
3146 if (h != NULL) { 3146 if (h != NULL) {
3147 xs_html_add(entry, 3147 xs_html_add(entry,
3148 xs_html_tag("div", 3148 xs_html_tag("p",
3149 xs_html_tag("a", 3149 xs_html_tag("a",
3150 xs_html_attr("href", ctxt), 3150 xs_html_attr("href", ctxt),
3151 xs_html_text(L("Context")))), 3151 xs_html_text(L("Context")))),