Selaa lähdekoodia

Typo making '">' and argument, and probably messing up the posting of
forms (Bug #715664)

jangliss 22 vuotta sitten
vanhempi
commit
329f279f55
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      plugins/mail_fetch/fetch.php

+ 1 - 1
plugins/mail_fetch/fetch.php

@@ -101,7 +101,7 @@ extract($_POST);
                                   htmlspecialchars((($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i])) .
                                   htmlspecialchars((($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i])) .
                                   '</b>: &nbsp; &nbsp; ',
                                   '</b>: &nbsp; &nbsp; ',
                               'right' ) .
                               'right' ) .
-                              html_tag( 'td', '<input type="password" name="pass_' . $i , '">', 'left' )
+                              html_tag( 'td', '<input type="password" name="pass_' . $i . '">', 'left' )
                           );
                           );
              }
              }
         }
         }