CSS and HTML validation fixes, props Simek, fixes #7703

git-svn-id: https://develop.svn.wordpress.org/trunk@8845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-08 06:01:33 +00:00
parent f6231a0146
commit e994ef3899
8 changed files with 42 additions and 38 deletions

View File

@@ -101,7 +101,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
<div class="wrap">
<div class="bordertitle">
<h2><?php _e('Theme Editor'); ?></h2>
<form id="themeselector" name="theme" action="theme-editor.php" method="post">
<form id="themeselector" action="theme-editor.php" method="post">
<strong><label for="theme"><?php _e('Select theme to edit:'); ?> </label></strong>
<select name="theme" id="theme">
<?php