mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Fixed bug in Boost (by URL).
This commit is contained in:
parent
de85bf0deb
commit
a2b4706499
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 New Issue
Block a user