mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
brmd.pl web_brmstatus_html: Change input button to submit
This commit is contained in:
parent
87b929ff4c
commit
00e2684e63
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ sub web_brmstatus_html {
|
|||
<form method="post" action="brmstatus-switch">
|
||||
<strong>Perpetrator:</strong>
|
||||
<input type="text" name="nick" />
|
||||
<input type="button" name="s" value="Switch status" />
|
||||
<input type="submit" name="s" value="Switch status" />
|
||||
</form>
|
||||
</p>
|
||||
</td></tr></table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue