From 684796fdae2265f66f5fdf42fb9855b6097fe004 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 4 Jun 2009 07:39:52 +0000 Subject: [PATCH] xmldb editior: XHTML strict --- admin/xmldb/actions/main_view/main_view.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index e9961b07e7..2f9132118c 100644 --- a/admin/xmldb/actions/main_view/main_view.class.php +++ b/admin/xmldb/actions/main_view/main_view.class.php @@ -256,9 +256,9 @@ class main_view extends XMLDBAction { $b .= ''; /// include the higlight if ($hithis) { - $o .= '' . $f . $b . ''; + $o .= '' . $f . '' . $b . ''; } else { - $o .= '' . $f . $b . ''; + $o .= '' . $f . '' . $b . ''; } $row = ($row + 1) % 2; /// show errors if they exist -- 2.39.5