Add missing fieldset tag. Props idansof. fixes #1589

git-svn-id: https://develop.svn.wordpress.org/trunk@2853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-09-08 20:57:52 +00:00
parent 91b0c51004
commit f5346c75c9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ include('admin-header.php');
<div class="wrap">
<h2><?php _e('Personal Options') ?></h2>
<form id="personal-options" method="post" action="options-personal-update.php">
<fieldset>
<p><?php _e('Personal options are just for you, they don&#8217;t affect other users on blog.'); ?><input type="hidden" name="action" value="update" />
<input type="hidden" name="page_options" value="'rich_editing'<?php do_action('personal_option_list'); ?>" /></p>
<table width="100%" cellspacing="2" cellpadding="5" class="editform">