From 0607c0f515f04b76ddcb5f3173932656e6a64306 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 30 Jan 2008 00:34:50 +0000 Subject: [PATCH] Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230 --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adminlib.php b/lib/adminlib.php index d3918f077e7..bc4332f3c9f 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;