mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-24 00:23:38 +00:00
Fixed bug in Boost (by URL).
This commit is contained in:
parent
de85bf0deb
commit
a2b4706499
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -315,7 +315,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
|
|||
"<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
|
||||
"</form></p>\n"
|
||||
|
||||
"<form method=\"post\" action=\"%s\">\n"
|
||||
"<form method=\"post\" action=\"%s/admin/action\">\n"
|
||||
"<input type=\"text\" name=\"id\" required=\"required\">\n"
|
||||
"<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
|
||||
"</form></p>\n"
|
||||
|
|
Loading…
Reference in a new issue