From a6960187f4657de7de53ca6536cfffaab51c1777 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Jul 2017 12:01:16 +0200 Subject: [PATCH] Fix missing css --- htdocs/websites/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php index a2e867bfd153b..1cc8fffaa2085 100644 --- a/htdocs/websites/index.php +++ b/htdocs/websites/index.php @@ -621,7 +621,8 @@ function llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $tplcontent.= 'ref.'/htmlheader.html"); ?>'."\n"; $tplcontent.= ''."\n"; - $tplcontent.= ''."\n"; + $tplcontent.= ''."\n"; + $tplcontent.= ''."\n"; $tplcontent.= $objectpage->content."\n"; $tplcontent.= ''."\n";