diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 09:58:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 10:01:18 +0200 |
commit | 418cb6171fc2d6d04a505e28c123b22c384db8c5 (patch) | |
tree | 5129faa417db808d091fb21603574f39d221f564 /lib | |
parent | 8b3eb08dfe10f165913eb8823bc517a3c2ca1d59 (diff) | |
download | rpg-418cb6171fc2d6d04a505e28c123b22c384db8c5.tar.gz rpg-418cb6171fc2d6d04a505e28c123b22c384db8c5.tar.bz2 |
removed unused class
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/styling/admin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/styling/admin.php b/lib/plugins/styling/admin.php index ab8e5a5f4..3c2ab577c 100644 --- a/lib/plugins/styling/admin.php +++ b/lib/plugins/styling/admin.php @@ -93,16 +93,16 @@ class admin_plugin_styling extends DokuWiki_Admin_Plugin { } echo '</table>'; - echo '<p class="center">'; + echo '<p>'; echo '<input type="submit" name="run[preview]" class="btn_preview" value="'.$this->getLang('btn_preview').'">'; echo '<input type="submit" name="run[reset]" value="'.$this->getLang('btn_reset').'">'; #FIXME only if preview.ini exists echo '</p>'; - echo '<p class="center">'; + echo '<p>'; echo '<input type="submit" name="run[save]" value="'.$this->getLang('btn_save').'">'; echo '</p>'; - echo '<p class="center">'; + echo '<p>'; echo '<input type="submit" name="run[revert]" value="'.$this->getLang('btn_revert').'">'; #FIXME only if local.ini exists echo '</p>'; |