mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
Merge branch 'MDL-30879-master' of git://github.com/sammarshallou/moodle
This commit is contained in:
commit
5d25ef18c5
@ -1606,8 +1606,8 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
||||
|
||||
// If specified, display extra content after link
|
||||
if ($content) {
|
||||
$contentpart = '<div class="contentafterlink' .
|
||||
trim($textclasses) . '">' . $content . '</div>';
|
||||
$contentpart = '<div class="' . trim('contentafterlink' . $textclasses) .
|
||||
'">' . $content . '</div>';
|
||||
}
|
||||
} else {
|
||||
// No link, so display only content
|
||||
|
Loading…
x
Reference in New Issue
Block a user