Fix quoting
authorJamie Cameron <jcameron@webmin.com>
Thu, 11 Dec 2008 18:20:35 +0000 (18:20 +0000)
committerJamie Cameron <jcameron@webmin.com>
Thu, 11 Dec 2008 18:20:35 +0000 (18:20 +0000)
fetchmail/edit_poll.cgi

index f083394..96276d6 100755 (executable)
@@ -113,8 +113,7 @@ foreach $u (@users) {
                $u->{'user'};
 
        print "<td><b>$text{'poll_pass'}</b></td>\n";
-       printf "<td><input type=password name=pass_$i size=15 value='%s'></td> </tr>\n",
-               $u->{'pass'};
+       print "<td>",&ui_password("pass_$i", $u->{'pass'}, 15),"</td> </tr>\n";
 
        print "<tr> <td><b>$text{'poll_is'}</b></td> <td colspan=3>\n";
        printf "<input name=is_$i size=60 value='%s'></td> </tr>\n",