Fixed invalid XHTML in a number of admin pages.

git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
jverber
2004-06-11 18:23:12 +00:00
parent 426d0b472a
commit 7f63343b31
14 changed files with 51 additions and 47 deletions
+1 -1
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