Typo making '">' and argument, and probably messing up the posting of
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index b2639f105228b568bd620f0700854a29be67b588..73755e9cb6fa6f60b8cd2da2c06181bd00496b9e 100644 (file)
@@ -101,7 +101,7 @@ extract($_POST);
                                   htmlspecialchars((($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i])) .
                                   '</b>: &nbsp; &nbsp; ',
                               'right' ) .
-                              html_tag( 'td', '<input type="password" name="pass_' . $i , '">', 'left' )
+                              html_tag( 'td', '<input type="password" name="pass_' . $i . '">', 'left' )
                           );
              }
         }