]> git.mjollnir.org Git - moodle.git/commitdiff
fix for MDL-7861, strict xhtml
authortoyomoyo <toyomoyo>
Thu, 21 Dec 2006 01:14:57 +0000 (01:14 +0000)
committertoyomoyo <toyomoyo>
Thu, 21 Dec 2006 01:14:57 +0000 (01:14 +0000)
question/category_class.php

index 849c30b1c2f8af2ca3761f67ad7e676fe95f92c1..6250f2dfb732c6df7e059ba97c353863aae02925 100644 (file)
@@ -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="&amp;page=$page";