diff options
| author | grunfink <grunfink@comam.es> | 2026-09-01 08:39:27 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-09-01 08:39:27 +0200 |
| commit | 73015e2a6f46739f1d75ae32c915552aa58cbb19 (patch) | |
| tree | 01a4a57b7e8d51474154a86695cdb54805fed32b /html.c | |
| parent | f13cc6e95485ddda0fd22f3428a87e04b3ab369e (diff) | |
Minor HTML tweak.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1537,6 +1537,7 @@ xs_html *html_top_controls(snac *user) xs_html_attr("value", L("Like"))), xs_html_text(" "), xs_html_text(L("(by URL)"))), + xs_html_tag("p", NULL), xs_html_tag("form", xs_html_attr("autocomplete", "off"), xs_html_attr("method", "post"), |