fix for MDL-7861, strict xhtml

This commit is contained in:
toyomoyo
2006-12-21 01:14:57 +00:00
parent 63d6266282
commit d4228481db
+1 -1
View 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="&page=$page";