summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7ffc8bb..586d7d7 100644
--- a/html.c
+++ b/html.c
@@ -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"