diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2855,7 +2855,7 @@ xs_html *html_footer(const snac *user) | |||
| 2855 | xs_html_attr("href", WHAT_IS_SNAC_URL), | 2855 | xs_html_attr("href", WHAT_IS_SNAC_URL), |
| 2856 | xs_html_tag("abbr", | 2856 | xs_html_tag("abbr", |
| 2857 | xs_html_attr("title", "Social Networks Are Crap"), | 2857 | xs_html_attr("title", "Social Networks Are Crap"), |
| 2858 | xs_html_text("snac")))); | 2858 | xs_html_text(USER_AGENT)))); |
| 2859 | } | 2859 | } |
| 2860 | 2860 | ||
| 2861 | 2861 | ||