From 2404d0ed821f0918261a23e4b665ae312f88bd45 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 13 Mar 2008 02:25:47 +0100 Subject: stricter xhtml for revert, acl and sectok forms darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz --- lib/plugins/revert/admin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/admin.php b/lib/plugins/revert/admin.php index c96328981..009dea2d2 100644 --- a/lib/plugins/revert/admin.php +++ b/lib/plugins/revert/admin.php @@ -79,12 +79,12 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { */ function _searchform(){ global $lang; - echo '
'; + echo '
'; echo ''; echo ''; echo ''; echo ' '.$this->getLang('note1').''; - echo '

'; + echo '


'; } /** @@ -131,7 +131,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { function _list($filter){ global $conf; echo '

'; - echo '
'; + echo '
'; echo ''; formSecurityToken(); @@ -195,7 +195,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { printf($this->getLang('note2'),hsc($filter)); echo '

'; - echo ''; + echo '
'; } } -- cgit v1.2.3