mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-55226 theme/index.php: Tidy up irregular spacing in original markup
This commit is contained in:
parent
4b58fc61dd
commit
0ef2631d1c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user