From a35ae3ef8c2d0e9cf48397ed09c2bcd311d924dc Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 19 Nov 2005 20:13:33 +0000 Subject: [PATCH] Now the section "jumpto" menu (showed in collapse mode), supports the multilang filter. Bug 4341. (http://moodle.org/bugs/bug.php?op=show&bugid=4341) Merged from MOODLE_15_STABLE --- course/format/topics/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index eed68c2a90c..3c7ea5932f0 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -146,7 +146,7 @@ if (!empty($displaysection) and $displaysection != $section) { if ($showsection) { - $strsummary = ' - '.strip_tags($thissection->summary); + $strsummary = strip_tags(format_string($thissection->summary,true)); if (strlen($strsummary) < 57) { $strsummary = ' - '.$strsummary; } else {