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

git-svn-id: https://develop.svn.wordpress.org/trunk@18493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-07-31 22:20:06 +00:00
parent db79dcc18a
commit 14b7842a79
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ switch($step) {
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="prefix">Table Prefix</label></th> <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> <td>If you want to run multiple WordPress installations in a single database, change this.</td>
</tr> </tr>
</table> </table>