diff options
| author | grunfink <grunfink@comam.es> | 2025-06-24 14:34:55 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-24 14:34:55 +0200 |
| commit | 9403fb41effc6da7a997898b07b6c6b46f8e2ba1 (patch) | |
| tree | c107621034694d72b8fc9b8f04ce7a698baa97a1 /html.c | |
| parent | 1aa8fe8573bfc93f569bf266770e9f39a1c2da14 (diff) | |
More webmention hook tweaks.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3531,6 +3531,13 @@ xs_str *html_notifications(snac *user, int skip, int show) xs_html_text(L("Context")))), h); } + else + xs_html_add(entry, + xs_html_tag("p", + xs_html_text(L("Location: ")), + xs_html_tag("a", + xs_html_attr("href", id), + xs_html_text(id)))); } if (strcmp(v, n_time) > 0) { |