added missing div before footer

This commit is contained in:
urs_hunkler
2007-08-08 17:49:28 +00:00
parent 4514f4bf4b
commit d86d8f5a99
+3 -1
View File
@@ -625,7 +625,9 @@
} else if ($matchcount > 0 && $perpage < $matchcount) {
echo '<div id="showall"><a href="'.$perpageurl.'&amp;perpage='.SHOW_ALL_PAGE_SIZE.'">'.get_string('showall', '', $matchcount).'</a></div>';
}
echo '</div>';
print_footer($course);