diff --git a/view.php b/view.php index 4c1e01d..0f94c9f 100644 --- a/view.php +++ b/view.php @@ -137,6 +137,7 @@ if (!$downloadown && !$downloadissue) { $linkname = get_string('getcustomcert', 'customcert'); $link = new moodle_url('/mod/customcert/view.php', array('id' => $cm->id, 'downloadown' => true)); $downloadbutton = new single_button($link, $linkname, 'post', true); + $downloadbutton->class .= ' m-b-1'; // Seems a bit hackish, ahem. $downloadbutton = $OUTPUT->render($downloadbutton); // Output all the page data.