Fixed invalid XHTML in a number of admin pages.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
jverber
2004-06-11 18:23:12 +00:00
parent a2f67bc9a4
commit e42967386c
14 changed files with 51 additions and 47 deletions

View File

@@ -100,7 +100,7 @@ if (isset($_POST['submit'])) {
<input name="category_base" type="text" style="width: 98%;" value="<?php echo $category_base; ?>" />
</p>
<p class="submit">
<input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>">
<input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" />
</p>
</form>
<?php