mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230
This commit is contained in:
parent
6426fa81d4
commit
0607c0f515
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user