1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-11 10:45:38 +02:00

Fix for bug 2933. Just tidying up HTML.

This commit is contained in:
defacer 2005-04-20 00:44:02 +00:00
parent acc22cef2d
commit 29b5920693

@ -637,8 +637,8 @@ function print_log_graph($course, $userid=0, $type="course.png", $date=0) {
if (empty($CFG->gdversion)) {
echo "(".get_string("gdneed").")";
} else {
echo '<img border="0" src="'.$CFG->wwwroot.'/course/loggraph.php?id='.$course->id.
'&amp;user='.$userid.'&amp;type='.$type.'&amp;date='.$date.'" alt=\"\" />';
echo '<img src="'.$CFG->wwwroot.'/course/loggraph.php?id='.$course->id.
'&amp;user='.$userid.'&amp;type='.$type.'&amp;date='.$date.'" alt="" />';
}
}