diff options
| author | default <nobody@localhost> | 2025-02-05 13:11:14 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-02-05 13:11:14 +0100 |
| commit | de8fd8305396abd1e7e7208f443be4a4891219cd (patch) | |
| tree | fc413ca4a96a69422e28c0ab74f5d69828aa6969 | |
| parent | a5aea195c2676a5c17a66f6c98f5654ce79a3794 (diff) | |
More HTML tweaks.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3145,7 +3145,7 @@ xs_str *html_notifications(snac *user, int skip, int show) if (h != NULL) { xs_html_add(entry, - xs_html_tag("div", + xs_html_tag("p", xs_html_tag("a", xs_html_attr("href", ctxt), xs_html_text(L("Context")))), |