mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
Fix for bug 2933. Just tidying up HTML.
This commit is contained in:
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.
|
||||
'&user='.$userid.'&type='.$type.'&date='.$date.'" alt=\"\" />';
|
||||
echo '<img src="'.$CFG->wwwroot.'/course/loggraph.php?id='.$course->id.
|
||||
'&user='.$userid.'&type='.$type.'&date='.$date.'" alt="" />';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user