diff options
author | default <nobody@localhost> | 2023-11-09 14:26:04 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-09 14:26:04 +0100 |
commit | 8c6c4229d04e67421d5442169dac10ba3177fa4e (patch) | |
tree | a8892aafaefd9731ccd7a670adb3d27af330b440 /html.c | |
parent | cd74f80279982912b5a612c2d82c258eb81fcd2b (diff) |
More HTML fixes.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,8 +558,8 @@ xs_str *html_top_controls(snac *snac, xs_str *s) "<p><input type=\"submit\" class=\"button\" value=\"%s\">\n" "</form><p>\n" - "</div>\n" "</details>\n" + "</div>\n" "<div class=\"snac-top-controls-more\">\n" "<details><summary>%s</summary>\n" |