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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user