mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-50861-master' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
a0de91e9a0
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ if (empty($scorm->popup) || $displaymode == 'popup') {
|
|||
$exiturl = course_get_url($course, $cm->sectionnum);
|
||||
}
|
||||
|
||||
$exitlink = html_writer::link($exiturl, $strexit, array('title' => $strexit));
|
||||
$exitlink = html_writer::link($exiturl, $strexit, array('title' => $strexit, 'class' => 'btn btn-default'));
|
||||
$PAGE->set_button($exitlink);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue