From d9ab63d7e92ac73ffb65611df435f4eef2e25bc1 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 30 Jan 2008 00:34:33 +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 02f6ec60c95..98d772456c8 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -4606,7 +4606,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;