diff options
| author | grunfink <grunfink@comam.es> | 2025-08-01 19:14:43 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-08-01 19:14:43 +0200 |
| commit | 0b5b4593cdbcfe8fcb7fc05a44709d08f70ed223 (patch) | |
| tree | e6b445cbee8f111155051abe2bf3bbfbec42a657 | |
| parent | 1c3e30c47992d79a1956a4b2b5fea93ad25345ea (diff) | |
Show the version in the 'powered by...' link.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2855,7 +2855,7 @@ xs_html *html_footer(const snac *user) xs_html_attr("href", WHAT_IS_SNAC_URL), xs_html_tag("abbr", xs_html_attr("title", "Social Networks Are Crap"), - xs_html_text("snac")))); + xs_html_text(USER_AGENT)))); } |