fixed no footer (eg. closing body and html tag) in jdots template, because etemplate2 (unneccessary) calls footer, but ignores its return value

This commit is contained in:
Ralf Becker 2013-09-04 13:50:37 +00:00
parent baaaf5b877
commit 9d29c16c3a

View File

@ -195,7 +195,6 @@ class etemplate_new extends etemplate_widget_template
parse_navbar();
}
echo '<div id="'.$dom_id.'" class="et2_container"></div>';
$GLOBALS['egw']->framework->footer();
}
ob_flush();