mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed some incorrect xhtml in the delete bit - missing quotes
This commit is contained in:
parent
98aadd386c
commit
84bbe7f9d3
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ class quiz_category_object {
|
||||||
$this->initialize();
|
$this->initialize();
|
||||||
$categorystrings = $this->categorystrings;
|
$categorystrings = $this->categorystrings;
|
||||||
unset ($categorystrings[$category->id]);
|
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=\"sesskey\" value=\"$USER->sesskey\">";
|
||||||
echo "<input type=\"hidden\" name=\"id\" value=\"{$this->course->id}\" />";
|
echo "<input type=\"hidden\" name=\"id\" value=\"{$this->course->id}\" />";
|
||||||
echo "<input type=\"hidden\" name=\"delete\" value=\"$category->id\" />";
|
echo "<input type=\"hidden\" name=\"delete\" value=\"$category->id\" />";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue