Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missed a spot there
  • Loading branch information
moodler committed Feb 14, 2005
1 parent 549f721 commit c4bff2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course/format/topics/format.php
Expand Up @@ -184,8 +184,8 @@
echo format_text($thissection->summary, FORMAT_HTML, $summaryformatoptions);

if (isediting($course->id)) {
echo " <a title=\"$streditsummary\" href=\"editsection.php?id=$thissection->id\">".
"<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" alt=\"\" /></a><br /><br />";
echo ' <a title="'.$streditsummary.'" href="editsection.php?id='.$thissection->id.'">'.
'<img src="'.$CFG->pixpath.'/t/edit.gif" border="0" height="11" width="11" alt="" /></a><br /><br />';
}

print_section($course, $thissection, $mods, $modnamesused);
Expand Down

0 comments on commit c4bff2f

Please sign in to comment.