mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'MDL-80540-main' of https://github.com/sarjona/moodle
This commit is contained in:
commit
be63ec95cb
@ -77,7 +77,7 @@ class block_section_links_renderer extends plugin_renderer_base {
|
||||
if (!$sections[$jumptosection]->visible) {
|
||||
$attributes['class'] = 'dimmed';
|
||||
}
|
||||
$html .= html_writer::link(course_get_url($course, $jumptosection), $linktext, $attributes);
|
||||
$html .= html_writer::link(course_get_url($course, $jumptosection, ['navigation' => true]), $linktext, $attributes);
|
||||
}
|
||||
|
||||
return $html;
|
||||
|
Loading…
x
Reference in New Issue
Block a user