diff options
| author | 2024-07-18 17:19:14 +0200 | |
|---|---|---|
| committer | 2024-07-18 17:19:14 +0200 | |
| commit | f3b392e06a72cc1461ab2c9587c96991a2731e9c (patch) | |
| tree | a14437db2e4b4563fc54ea9de579cc7f2ce8a156 /html.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-f3b392e06a72cc1461ab2c9587c96991a2731e9c.tar.gz penes-snac2-f3b392e06a72cc1461ab2c9587c96991a2731e9c.tar.xz penes-snac2-f3b392e06a72cc1461ab2c9587c96991a2731e9c.zip | |
Show bold+italic (text between ***) correctly.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2090,7 +2090,7 @@ xs_html *html_footer(void) | |||
| 2090 | xs_html_tag("a", | 2090 | xs_html_tag("a", |
| 2091 | xs_html_attr("href", WHAT_IS_SNAC_URL), | 2091 | xs_html_attr("href", WHAT_IS_SNAC_URL), |
| 2092 | xs_html_tag("abbr", | 2092 | xs_html_tag("abbr", |
| 2093 | xs_html_attr("title", "Social Network Are Crap"), | 2093 | xs_html_attr("title", "Social Networks Are Crap"), |
| 2094 | xs_html_text("snac")))); | 2094 | xs_html_text("snac")))); |
| 2095 | } | 2095 | } |
| 2096 | 2096 | ||