summaryrefslogtreecommitdiff
path: root/bin/pw.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pw.pl')
-rwxr-xr-xbin/pw.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pw.pl b/bin/pw.pl
index a4aa2808..a1dabe07 100755
--- a/bin/pw.pl
+++ b/bin/pw.pl
@@ -65,8 +65,8 @@ function sf(){
<table>
<tr>
<th align=right>|.$locale->text('Password').qq|</th>
- <td><input type=password name=password size=30></td>
- <td><input type=submit value="|.$locale->text('Continue').qq|"></td>
+ <td><input type="password" name="password" size="30"></td>
+ <td><button type="submit" value="continue">|.$locale->text('Continue').qq|</button></td>
</tr>
</table>