소스 검색

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

jangliss 22 년 전
부모
커밋
329f279f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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])) .
                                   '</b>: &nbsp; &nbsp; ',
                               'right' ) .
-                              html_tag( 'td', '<input type="password" name="pass_' . $i , '">', 'left' )
+                              html_tag( 'td', '<input type="password" name="pass_' . $i . '">', 'left' )
                           );
              }
         }