snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit a2b470649994d926b57e46ca59deb311526fb958
parent de85bf0debd7909192c841e2d49acaa8ecfc8e41
Author: default <nobody@localhost>
Date:   Wed,  5 Oct 2022 21:28:32 +0200

Fixed bug in Boost (by URL).

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/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"