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
This commit is contained in:
stronk7
2005-11-19 20:13:33 +00:00
parent fd5f0feba5
commit a35ae3ef8c
+1 -1
View File
@@ -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 {