summaryrefslogtreecommitdiffstats
path: root/wp-admin/themes.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/themes.php')
-rw-r--r--wp-admin/themes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index 9f6d7b5..ee244db 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -138,10 +138,10 @@ if ( is_site_admin() && count($broken_themes) ) {
$theme = ('class="alternate"' == $theme) ? '' : 'class="alternate"';
echo "
- <tr $theme>
- <td>$title</td>
- <td>$description</td>
- </tr>";
+ <tr $theme>
+ <td>$title</td>
+ <td>$description</td>
+ </tr>";
}
?>
</table>