Add in the missing </td> so that the install page validates correctly.

git-svn-id: https://develop.svn.wordpress.org/trunk@11834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-08-16 09:09:24 +00:00
parent 6d16dbabd0
commit 1b1683c1ed
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function display_setup_form( $error = null ) {
<tr> <tr>
<th scope="row"><label for="admin_email"><?php _e('Your E-mail'); ?></label></th> <th scope="row"><label for="admin_email"><?php _e('Your E-mail'); ?></label></th>
<td><input name="admin_email" type="text" id="admin_email" size="25" value="<?php echo ( isset($_POST['admin_email']) ? esc_attr($_POST['admin_email']) : '' ); ?>" /><br /> <td><input name="admin_email" type="text" id="admin_email" size="25" value="<?php echo ( isset($_POST['admin_email']) ? esc_attr($_POST['admin_email']) : '' ); ?>" /><br />
<?php _e('Double-check your email address before continuing.'); ?> <?php _e('Double-check your email address before continuing.'); ?></td>
</tr> </tr>
<tr> <tr>
<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked($blog_public); ?> /> <?php _e('Allow my blog to appear in search engines like Google and Technorati.'); ?></label></td> <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked($blog_public); ?> /> <?php _e('Allow my blog to appear in search engines like Google and Technorati.'); ?></label></td>