From: tjhunt Date: Thu, 4 Jun 2009 07:39:52 +0000 (+0000) Subject: xmldb editior: XHTML strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=684796fdae2265f66f5fdf42fb9855b6097fe004;p=moodle.git xmldb editior: XHTML strict --- 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