Remove duplicated id attribute. props pagesimplify. (wp-testers)

git-svn-id: http://svn.automattic.com/wordpress/trunk@18493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-07-31 22:20:06 +00:00
parent 592e3c5d8f
commit 77cf05fbb7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ switch($step) {
</tr>
<tr>
<th scope="row"><label for="prefix">Table Prefix</label></th>
<td><input name="prefix" id="prefix" type="text" id="prefix" value="wp_" size="25" /></td>
<td><input name="prefix" id="prefix" type="text" value="wp_" size="25" /></td>
<td>If you want to run multiple WordPress installations in a single database, change this.</td>
</tr>
</table>