Przeglądaj źródła

Minor html tweaks.

default 2 lat temu
rodzic
commit
c0c3e75508
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      html.c

+ 2 - 1
html.c

@@ -374,7 +374,8 @@ xs_html *html_note(snac *user, char *summary,
         xs_html_sctag("input",
         xs_html_sctag("input",
             xs_html_attr("type",     "submit"),
             xs_html_attr("type",     "submit"),
             xs_html_attr("class",    "button"),
             xs_html_attr("class",    "button"),
-            xs_html_attr("value",    L("Post"))));
+            xs_html_attr("value",    L("Post"))),
+        xs_html_tag("p", NULL));
 
 
     return note;
     return note;
 }
 }