grunfink 2 недель назад
Родитель
Сommit
73015e2a6f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      html.c

+ 1 - 0
html.c

@@ -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"),