From 8b9e8fc335d368da2de180f12c09b61e22042171 Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 3 Jan 2007 08:23:49 +0000 Subject: [PATCH] xhtml fixes for MDL-7861. --- question/category_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/question/category_class.php b/question/category_class.php index 6250f2dfb7..b4cc1688a9 100644 --- a/question/category_class.php +++ b/question/category_class.php @@ -304,13 +304,13 @@ class question_category_object { $this->edittable->align["$category->id.name"] = "left"; $this->edittable->wrap["$category->id.name"] = "nowrap"; - $row["$category->id.name"] = 'id.name"] = '' .$this->str->edit. ' ' . $fill . $category->name . ''; $this->edittable->align["$category->id.info"] = "left"; $this->edittable->wrap["$category->id.info"] = "nowrap"; - $row["$category->id.info"] = 'id.info"] = '' . $category->info . ''; $this->edittable->align["$category->id.qcount"] = "center"; -- 2.39.5