Validation fixes.

git-svn-id: https://develop.svn.wordpress.org/trunk@3151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-18 22:27:38 +00:00
parent 65f30e4b67
commit b64d258a5a
1 changed files with 1 additions and 2 deletions

View File

@ -377,7 +377,6 @@ form {
}
#descr {
height: 35px;
v-align: top;
}
#buttons {
width: 98%;
@ -455,7 +454,7 @@ form {
<td><input type="text" id="title" name="imgtitle" /></td>
</tr>
<tr>
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></th>
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></label></th>
<td><input type="textarea" name="descr" id="descr" value="" /></td>
</tr>
</table>