Skip to content

Commit

Permalink
MDL-55226 theme/index.php: Tidy up irregular spacing in original markup
Browse files Browse the repository at this point in the history
  • Loading branch information
lazydaisy committed Oct 1, 2016
1 parent 4b58fc6 commit 0ef2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
// 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));
Expand Down

0 comments on commit 0ef2631

Please sign in to comment.