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 f03ed240..4c6f8068 100755
--- a/bin/pw.pl
+++ b/bin/pw.pl
@@ -64,11 +64,11 @@ function sf(){
$sessionexpired
-<form method=post action=$form->{script} name=pw>
+<form method="post" action="$form->{script}" name="pw">
<table>
<tr>
- <th align=right>| . $locale->text('Password') . qq|</th>
+ <th align="right">| . $locale->text('Password') . qq|</th>
<td><input type="password" name="password" size="30"></td>
<td><button type="submit" value="continue">|
. $locale->text('Continue')