diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index e9961b07e71..2f9132118cd 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