Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230

This commit is contained in:
moodler
2008-01-30 00:34:33 +00:00
parent 3b32b74f43
commit d9ab63d7e9
+1 -1
View File
@@ -4606,7 +4606,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;