]> git.mjollnir.org Git - moodle.git/commitdiff
xhtml fixes for MDL-7861.
authorvyshane <vyshane>
Wed, 3 Jan 2007 08:23:49 +0000 (08:23 +0000)
committervyshane <vyshane>
Wed, 3 Jan 2007 08:23:49 +0000 (08:23 +0000)
question/category_class.php

index 6250f2dfb732c6df7e059ba97c353863aae02925..b4cc1688a93c738495b936fc4e1e4246c23b8531 100644 (file)
@@ -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"] = '<a ' . $linkcss . 'title="' . $this->str->edit. '" href="category.php?id=' . $this->course->id .
+        $row["$category->id.name"] = '<a ' . $linkcss . ' title="' . $this->str->edit. '" href="category.php?id=' . $this->course->id .
             '&amp;edit=' . $category->id . '&amp;sesskey='.$USER->sesskey.$pagelink.'"><img src="' . $this->pixpath . '/t/edit.gif" height="11" width="11" border="0"
             alt="' .$this->str->edit. '" /> ' . $fill . $category->name . '</a>';
 
         $this->edittable->align["$category->id.info"] =  "left";
         $this->edittable->wrap["$category->id.info"] = "nowrap";
-        $row["$category->id.info"] = '<a ' . $linkcss . 'title="' . $this->str->edit .'" href="category.php?id=' . $this->course->id .
+        $row["$category->id.info"] = '<a ' . $linkcss . ' title="' . $this->str->edit .'" href="category.php?id=' . $this->course->id .
             '&amp;edit=' . $category->id . '&amp;sesskey='.$USER->sesskey.$pagelink.'">' . $category->info . '</a>';
 
         $this->edittable->align["$category->id.qcount"] = "center";