mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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:
parent
baaaf5b877
commit
9d29c16c3a
@ -195,7 +195,6 @@ class etemplate_new extends etemplate_widget_template
|
|||||||
parse_navbar();
|
parse_navbar();
|
||||||
}
|
}
|
||||||
echo '<div id="'.$dom_id.'" class="et2_container"></div>';
|
echo '<div id="'.$dom_id.'" class="et2_container"></div>';
|
||||||
$GLOBALS['egw']->framework->footer();
|
|
||||||
}
|
}
|
||||||
ob_flush();
|
ob_flush();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user