]> git.mjollnir.org Git - moodle.git/commitdiff
Filter one more string if filterall is enabled.
authorstronk7 <stronk7>
Sat, 15 Apr 2006 19:24:44 +0000 (19:24 +0000)
committerstronk7 <stronk7>
Sat, 15 Apr 2006 19:24:44 +0000 (19:24 +0000)
mod/glossary/comments.php

index 646e32b423374d09cd1ccb90b337a0a44f9f75c3..0ca4b8c9ee8a786e071eb598bc9556b150e3caa8 100644 (file)
@@ -54,7 +54,7 @@
 
 /// comments
 
-    print_heading(get_string('commentson','glossary')." <b>\"$entry->concept\"</b>");
+    print_heading(format_string(get_string('commentson','glossary')." <b>\"$entry->concept\"</b>"));
 
     if ($glossary->allowcomments || isteacher($glossary->course)) {
         print_heading("<a href=\"comment.php?id=$cm->id&amp;eid=$entry->id\">$straddcomment</a> <img title=\"$straddcomment\" src=\"comment.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"\" />");