MDL-55226 theme/index.php: Tidy up irregular spacing in original markup

This commit is contained in:
lazydaisy 2016-10-01 15:14:57 +01:00
parent 4b58fc61dd
commit 0ef2631d1c

View File

@ -207,7 +207,7 @@ if (!empty($CFG->enabledevicedetection) && empty($device)) {
// Link to the screenshot, now mandatory - the image path is hardcoded because we need image from other themes,
// not the current one.
$screenshotpath = new moodle_url('/theme/image.php',
array('theme'=>$themename, 'image'=>'screenshot', 'component'=>'theme'));
array('theme' => $themename, 'image' => 'screenshot', 'component' => 'theme'));
// Contents of the first screenshot/preview cell.
$row[] = html_writer::empty_tag('img', array('class' => 'img-responsive img-fluid',
'src' => $screenshotpath, 'alt' => $strthemename));