mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
fixed some incorrect xhtml in the delete bit - missing quotes
This commit is contained in:
parent
98aadd386c
commit
84bbe7f9d3
@ -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\" />";
|
||||
|
Loading…
x
Reference in New Issue
Block a user