mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Minor html tweaks.
This commit is contained in:
parent
9ea3876cb6
commit
c0c3e75508
1 changed files with 2 additions and 1 deletions
3
html.c
3
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue