]> git.mjollnir.org Git - moodle.git/commitdiff
fixed some incorrect xhtml in the delete bit - missing quotes
authorthepurpleblob <thepurpleblob>
Thu, 27 Jan 2005 16:40:40 +0000 (16:40 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 27 Jan 2005 16:40:40 +0000 (16:40 +0000)
mod/quiz/category.php

index e4ae8df91a7a8db2fa734eaeab75164caf9b8ca2..06a51dabff47ed2026bad40314111fcbd4bf28ab 100644 (file)
@@ -619,7 +619,7 @@ class quiz_category_object {
                 $this->initialize();
                 $categorystrings = $this->categorystrings;
                 unset ($categorystrings[$category->id]);
-                echo "<p><div align=\"center\"><form action=category.php method=get>";
+                echo "<p><div align=\"center\"><form action=\"category.php\" method=\"get\">";
                 echo "<input type=\"hidden\" name=\"sesskey\" value=\"$USER->sesskey\">";
                 echo "<input type=\"hidden\" name=\"id\" value=\"{$this->course->id}\" />";
                 echo "<input type=\"hidden\" name=\"delete\" value=\"$category->id\" />";