]> git.mjollnir.org Git - moodle.git/commitdiff
xmldb editior: XHTML strict
authortjhunt <tjhunt>
Thu, 4 Jun 2009 07:39:52 +0000 (07:39 +0000)
committertjhunt <tjhunt>
Thu, 4 Jun 2009 07:39:52 +0000 (07:39 +0000)
admin/xmldb/actions/main_view/main_view.class.php

index e9961b07e71eb2745d8f1b2dae9e976b3047668e..2f9132118cdb97579db31d683cd61d158b32fc59 100644 (file)
@@ -256,9 +256,9 @@ class main_view extends XMLDBAction {
                 $b .= '</td>';
             /// include the higlight
                 if ($hithis) {
-                    $o .= '<tr class="highlight"><td class="directory cell"><a name="lastused" />' . $f . $b . '</tr>';
+                    $o .= '<tr class="highlight"><td class="directory cell"><a name="lastused" />' . $f . '</td>' . $b . '</tr>';
                 } else {
-                    $o .= '<tr class="r' . $row . '"><td class="directory cell">' . $f . $b . '</tr>';
+                    $o .= '<tr class="r' . $row . '"><td class="directory cell">' . $f . '</td>' . $b . '</tr>';
                 }
                 $row = ($row + 1) % 2;
             /// show errors if they exist