diff options
author | Evan Prodromou <evan@status.net> | 2010-09-24 16:50:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-24 16:50:03 -0400 |
commit | 210e486d805bf5e06144728c6e7bc74e4bd30d44 (patch) | |
tree | da334a5b8247fcf0082c28dc7c22a29b80f7bc8e /plugins/Sitemap | |
parent | 2006ced30a710cf732856b6e7f5fa464fc3767dd (diff) |
remove unnecesssary fieldset from sitemap admin panel
Diffstat (limited to 'plugins/Sitemap')
-rw-r--r-- | plugins/Sitemap/sitemapadminpanel.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Sitemap/sitemapadminpanel.php b/plugins/Sitemap/sitemapadminpanel.php index 3c295b08e..3372723b0 100644 --- a/plugins/Sitemap/sitemapadminpanel.php +++ b/plugins/Sitemap/sitemapadminpanel.php @@ -169,7 +169,6 @@ class SitemapAdminPanelForm extends AdminForm function formData() { - $this->out->elementStart('fieldset', array('id' => 'sitemap_admin')); $this->out->elementStart('ul', 'form_data'); $this->li(); $this->input('googlekey', |