diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index bbff83113d0..10bcfe76bcc 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -17,7 +17,7 @@ if (isset($errors)) {
: |
- + | |
: |
@@ -35,7 +35,7 @@ if (isset($errors)) {
echo "selected " ;
}
}
- echo "value=\"$category->id\">$category->name\n";
+ echo "value=\"$category->id\">".clean_text($category->name)."\n";
}
}
echo "\n";
@@ -53,7 +53,7 @@ if (isset($errors)) {
?>
- + | |
| $category->name ($num_entries " . get_string("entries","glossary") . ")"; + echo "".format_text($category->name)." ($num_entries " . get_string("entries","glossary") . ")"; ?> |