From: toyomoyo Date: Thu, 21 Dec 2006 01:14:57 +0000 (+0000) Subject: fix for MDL-7861, strict xhtml X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4228481db30c0177cfe07a11fa9fc4a0dd4dac7;p=moodle.git fix for MDL-7861, strict xhtml --- 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";