diff --git a/phpgwapi/templates/default/head.inc.php b/phpgwapi/templates/default/head.inc.php index 8dcac3da13..aeaa3c029b 100644 --- a/phpgwapi/templates/default/head.inc.php +++ b/phpgwapi/templates/default/head.inc.php @@ -30,7 +30,7 @@ 'charset' => lang('charset'), 'font_family' => $GLOBALS['phpgw_info']['theme']['font'], 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . $app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), ); diff --git a/phpgwapi/templates/idots/head.inc.php b/phpgwapi/templates/idots/head.inc.php index 809219586b..9f419766bc 100644 --- a/phpgwapi/templates/idots/head.inc.php +++ b/phpgwapi/templates/idots/head.inc.php @@ -38,7 +38,7 @@ 'charset' => lang('charset'), 'font_family' => $GLOBALS['phpgw_info']['theme']['font'], 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'].$app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'theme_css' => $theme_css, 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), diff --git a/phpgwapi/templates/idsociety/head.inc.php b/phpgwapi/templates/idsociety/head.inc.php index f0c08b6f7f..5387fc6681 100644 --- a/phpgwapi/templates/idsociety/head.inc.php +++ b/phpgwapi/templates/idsociety/head.inc.php @@ -25,7 +25,7 @@ 'charset' => lang('charset'), 'font_family' => $GLOBALS['phpgw_info']['theme']['font'], 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . $app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), ); diff --git a/phpgwapi/templates/justweb/head.inc.php b/phpgwapi/templates/justweb/head.inc.php index b461891542..14ab61e901 100644 --- a/phpgwapi/templates/justweb/head.inc.php +++ b/phpgwapi/templates/justweb/head.inc.php @@ -33,7 +33,7 @@ 'addressbook' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')), 'charset' => lang('charset'), 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . $app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), ); diff --git a/phpgwapi/templates/linux-at-work.de/head.inc.php b/phpgwapi/templates/linux-at-work.de/head.inc.php index 44c38788a1..aa0622b16b 100644 --- a/phpgwapi/templates/linux-at-work.de/head.inc.php +++ b/phpgwapi/templates/linux-at-work.de/head.inc.php @@ -38,7 +38,7 @@ 'charset' => lang('charset'), 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'], 'app_name' => $app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'bg_color' => $GLOBALS['phpgw_info']['theme']['bg_color'], 'refreshTime' => $refreshTime, 'css' => $GLOBALS['phpgw']->common->get_css(), diff --git a/phpgwapi/templates/verdilak/head.inc.php b/phpgwapi/templates/verdilak/head.inc.php index 00e52007cd..f1bfa205b0 100644 --- a/phpgwapi/templates/verdilak/head.inc.php +++ b/phpgwapi/templates/verdilak/head.inc.php @@ -26,7 +26,7 @@ 'img_shortcut' => PHPGW_IMAGES_DIR . '/favicon.ico', 'charset' => lang('charset'), 'website_title' => $GLOBALS['phpgw_info']['server']['site_title'] . $app, - 'body_tags' => $bodyheader . $GLOBALS['phpgw']->common->get_body_attribs(), + 'body_tags' => $bodyheader .' '. $GLOBALS['phpgw']->common->get_body_attribs(), 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), );