From d4228481db30c0177cfe07a11fa9fc4a0dd4dac7 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 21 Dec 2006 01:14:57 +0000 Subject: [PATCH] fix for MDL-7861, strict xhtml --- question/category_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/category_class.php b/question/category_class.php index 849c30b1c2..6250f2dfb7 100644 --- a/question/category_class.php +++ b/question/category_class.php @@ -291,7 +291,7 @@ class question_category_object { global $USER; $fill = str_repeat($this->tab, $depth); - $linkcss = $category->publish ? ' class="published"' : ' class="unpublished"'; + $linkcss = $category->publish ? ' class="published" ' : ' class="unpublished" '; if (!empty($page)) { $pagelink="&page=$page"; -- 2.39.5