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

This commit is contained in:
moodler 2008-01-30 00:34:50 +00:00
parent 6426fa81d4
commit 0607c0f515

View 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;