diff options
Diffstat (limited to 'bin/pw.pl')
-rwxr-xr-x | bin/pw.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |