diff --git a/etemplate/inc/class.etemplate_new.inc.php b/etemplate/inc/class.etemplate_new.inc.php index 29f93ef5d2..494a3153eb 100644 --- a/etemplate/inc/class.etemplate_new.inc.php +++ b/etemplate/inc/class.etemplate_new.inc.php @@ -232,7 +232,8 @@ class etemplate_new extends etemplate_widget_template // check if we are in an ajax-exec call from jdots template (or future other tabbed templates) if (isset($GLOBALS['egw']->framework->response)) { - $content = '
'; + $content = ''."\n". + ''; // add server-side page-generation times if($GLOBALS['egw_info']['user']['preferences']['common']['show_generation_time']) { @@ -265,7 +266,8 @@ class etemplate_new extends etemplate_widget_template $load_array['response'] = egw_json_response::get()->returnResult(); } //