aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-02-05 12:58:10 +0100
committerdefault <nobody@localhost>2025-02-05 12:58:10 +0100
commita5aea195c2676a5c17a66f6c98f5654ce79a3794 (patch)
tree414d70168d00af716f05a8e57113cb0ae5f22ba6 /html.c
parentbec483653384e22c989f6a08921a5617284e5e7e (diff)
Minor HTML tweak.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 5f1cd6c..b3a18d9 100644
--- 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")))),