MDL-8050 1.2 Remove all target="_top" - fixed typo

This commit is contained in:
skodak
2007-01-03 20:06:11 +00:00
parent 32f0b38a4a
commit e6bfd8e45e
+1 -1
View File
@@ -2353,7 +2353,7 @@ function print_footer($course=NULL, $usercourse=NULL, $return=false) {
}
} else {
$course = get_site(); // Set course as site course by default
$homelink = '<div class="homelink"><a'.$target.'" href="'.$CFG->wwwroot.'/">'.get_string('home').'</a></div>';
$homelink = '<div class="homelink"><a'.$target.' href="'.$CFG->wwwroot.'/">'.get_string('home').'</a></div>';
$home = false;
}