]> git.mjollnir.org Git - moodle.git/commitdiff
Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230
authormoodler <moodler>
Wed, 30 Jan 2008 00:34:50 +0000 (00:34 +0000)
committermoodler <moodler>
Wed, 30 Jan 2008 00:34:50 +0000 (00:34 +0000)
lib/adminlib.php

index d3918f077e78c8cca064c80d7fbc62c1ad4291f1..bc4332f3c9f8c8e4efd1dcad45c5cd1a21ea1acb 100644 (file)
@@ -4655,7 +4655,7 @@ function print_plugin_tables() {
               . 'id="' . $cat . 'compattable" summary="compatibility table"><caption>' . $strcaption . '</caption>' . "\n";
         $html .= '<tr class="r0"><th class="header c0">' . get_string('directory') . "</th>\n"
                . '<th class="header c1">' . get_string('name') . "</th>\n"
-               . '<th class="header c2">' . get_string('status') . "</th>\n";
+               . '<th class="header c2">' . get_string('status') . "</th>\n</tr>\n";
         
         $row = 1;