mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merge branch 'MDL-63323-wrong-classes-attribute-into-activity_navigation' of https://github.com/davidherney/moodle
This commit is contained in:
commit
de0d394192
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ class activity_navigation implements renderable, templatable {
|
||||||
}
|
}
|
||||||
|
|
||||||
$attributes = [
|
$attributes = [
|
||||||
'classes' => 'btn btn-link',
|
'class' => 'btn btn-link',
|
||||||
'id' => 'prev-activity-link',
|
'id' => 'prev-activity-link',
|
||||||
'title' => $linkname,
|
'title' => $linkname,
|
||||||
];
|
];
|
||||||
|
@ -88,7 +88,7 @@ class activity_navigation implements renderable, templatable {
|
||||||
}
|
}
|
||||||
|
|
||||||
$attributes = [
|
$attributes = [
|
||||||
'classes' => 'btn btn-link',
|
'class' => 'btn btn-link',
|
||||||
'id' => 'next-activity-link',
|
'id' => 'next-activity-link',
|
||||||
'title' => $linkname,
|
'title' => $linkname,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue