fix oopsy

This commit is contained in:
Matt Wells 2013-11-14 14:09:05 -08:00
parent 7c84b6ee0b
commit 7fc8b6a005

View File

@ -3979,7 +3979,7 @@ bool printCrawlBotPage2 ( TcpSocket *socket ,
);
sb.safePrintf(
"<input type=hidden name=resetCrawl value=1>"
"<input type=hidden name=reset value=1>"
// also show it in the display, so set "c"
"<input type=submit name=button value=\""
"Reset this collection\">"
@ -3997,7 +3997,7 @@ bool printCrawlBotPage2 ( TcpSocket *socket ,
sb.safePrintf(
"<input type=hidden name=deleteCrawl value=1>"
"<input type=hidden name=delete value=1>"
"<input type=submit name=button value=\""
"Delete this collection\">"
"</form>"
@ -4009,7 +4009,7 @@ bool printCrawlBotPage2 ( TcpSocket *socket ,
"<td>"
"<form method=get action=/crawlbot>"
"%s"
"<input type=hidden name=restartCrawl value=1>"
"<input type=hidden name=restart value=1>"
"<input type=submit name=button value=\""
"Restart this collection\">"
"</form>"