MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE
This commit is contained in:
+1
-3
@@ -87,8 +87,6 @@
|
||||
|
||||
echo '</td></tr></table>';
|
||||
|
||||
// this is hack!
|
||||
print_container_end(); // container "content" started in header
|
||||
echo '</div></body></html>'; // close page div started in header
|
||||
print_footer('empty');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user