Put password fields on separate lines.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-21 22:49:11 +00:00
parent 7372630aee
commit ebc2155ac7

View File

@ -309,6 +309,7 @@ default:
<tr>
<th scope="row">New <strong>Password</strong> (Leave blank to stay the same.)</th>
<td><input type="password" name="pass1" size="16" value="" />
<br>
<input type="password" name="pass2" size="16" value="" /></td>
</tr>
</table>