diff options
| author | 2025-02-05 12:58:10 +0100 | |
|---|---|---|
| committer | 2025-02-05 12:58:10 +0100 | |
| commit | a5aea195c2676a5c17a66f6c98f5654ce79a3794 (patch) | |
| tree | 414d70168d00af716f05a8e57113cb0ae5f22ba6 | |
| parent | Fixed JSON string parsing. (diff) | |
| download | penes-snac2-a5aea195c2676a5c17a66f6c98f5654ce79a3794.tar.gz penes-snac2-a5aea195c2676a5c17a66f6c98f5654ce79a3794.tar.xz penes-snac2-a5aea195c2676a5c17a66f6c98f5654ce79a3794.zip | |
Minor HTML tweak.
| -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) | |||
| 3145 | 3145 | ||
| 3146 | if (h != NULL) { | 3146 | if (h != NULL) { |
| 3147 | xs_html_add(entry, | 3147 | xs_html_add(entry, |
| 3148 | xs_html_tag("p", | 3148 | xs_html_tag("div", |
| 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")))), |