From: stronk7 Date: Sat, 15 Apr 2006 19:24:44 +0000 (+0000) Subject: Filter one more string if filterall is enabled. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=deb59b8f9574b6f1e1c05596cca2ff5194d1c557;p=moodle.git Filter one more string if filterall is enabled. --- diff --git a/mod/glossary/comments.php b/mod/glossary/comments.php index 646e32b423..0ca4b8c9ee 100644 --- a/mod/glossary/comments.php +++ b/mod/glossary/comments.php @@ -54,7 +54,7 @@ /// comments - print_heading(get_string('commentson','glossary')." \"$entry->concept\""); + print_heading(format_string(get_string('commentson','glossary')." \"$entry->concept\"")); if ($glossary->allowcomments || isteacher($glossary->course)) { print_heading("id&eid=$entry->id\">$straddcomment \"\"");