Fix reduceded footer

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 46c7afa543
commit 2919a29e87
  1. 1
      main/inc/lib/display.lib.php

@ -142,6 +142,7 @@ class Display
public static function display_reduced_footer() public static function display_reduced_footer()
{ {
echo self::$global_template->show_footer_js_template(); echo self::$global_template->show_footer_js_template();
echo '</body></html>';
} }
public static function page() public static function page()

Loading…
Cancel
Save