From: moodler Date: Wed, 30 Jan 2008 00:34:50 +0000 (+0000) Subject: Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0607c0f515f04b76ddcb5f3173932656e6a64306;p=moodle.git Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230 --- diff --git a/lib/adminlib.php b/lib/adminlib.php index d3918f077e..bc4332f3c9 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -4655,7 +4655,7 @@ function print_plugin_tables() { . 'id="' . $cat . 'compattable" summary="compatibility table">' . $strcaption . '' . "\n"; $html .= '' . get_string('directory') . "\n" . '' . get_string('name') . "\n" - . '' . get_string('status') . "\n"; + . '' . get_string('status') . "\n\n"; $row = 1;