Skip to content

Commit

Permalink
MDL-19430 block_course_overview: Fixed up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 23, 2012
1 parent 9e50c8d commit 27ceaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/course_overview/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function course_overview($courses, $overviews) {
// Add an arrow to move course down.
if ($courseordernumber <= $maxcourses-2) {
$url->param('move', 1);
$html .= html_writer::link($url, html_writer::empty_tag('img',
$html .= html_writer::link($url, html_writer::empty_tag('img',
array('src' => $movedown['icon'], 'class' => 'down', 'alt' => $movedown['str'])),
array('title' => $movedown['str'], 'class' => 'movedown'));
}
Expand Down

0 comments on commit 27ceaf0

Please sign in to comment.