aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-07-18 17:19:14 +0200
committerdefault <nobody@localhost>2024-07-18 17:19:14 +0200
commitf3b392e06a72cc1461ab2c9587c96991a2731e9c (patch)
treea14437db2e4b4563fc54ea9de579cc7f2ce8a156 /html.c
parentcd967285935c6a2a22e97a61cc4ed3f8074f2889 (diff)
Show bold+italic (text between ***) correctly.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index a80c1d1..642d63a 100644
--- a/html.c
+++ b/html.c
@@ -2090,7 +2090,7 @@ xs_html *html_footer(void)
xs_html_tag("a",
xs_html_attr("href", WHAT_IS_SNAC_URL),
xs_html_tag("abbr",
- xs_html_attr("title", "Social Network Are Crap"),
+ xs_html_attr("title", "Social Networks Are Crap"),
xs_html_text("snac"))));
}