diff options
| author | 2022-10-05 21:28:32 +0200 | |
|---|---|---|
| committer | 2022-10-05 21:28:32 +0200 | |
| commit | a2b470649994d926b57e46ca59deb311526fb958 (patch) | |
| tree | 604014498da3b49dc61dffa997426b6ca7136d68 | |
| parent | Updated TODO. (diff) | |
| download | snac2-a2b470649994d926b57e46ca59deb311526fb958.tar.gz snac2-a2b470649994d926b57e46ca59deb311526fb958.tar.xz snac2-a2b470649994d926b57e46ca59deb311526fb958.zip | |
Fixed bug in Boost (by URL).
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -315,7 +315,7 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 315 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" | 315 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" |
| 316 | "</form></p>\n" | 316 | "</form></p>\n" |
| 317 | 317 | ||
| 318 | "<form method=\"post\" action=\"%s\">\n" | 318 | "<form method=\"post\" action=\"%s/admin/action\">\n" |
| 319 | "<input type=\"text\" name=\"id\" required=\"required\">\n" | 319 | "<input type=\"text\" name=\"id\" required=\"required\">\n" |
| 320 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" | 320 | "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" |
| 321 | "</form></p>\n" | 321 | "</form></p>\n" |