From 827e04f130036683c5b32ec081d55270e914c130 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Jul 2017 11:58:55 +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 a576a00e025..a2e867bfd15 100644 --- a/htdocs/websites/index.php +++ b/htdocs/websites/index.php @@ -465,7 +465,8 @@ if ($action == 'updatemeta') $tplcontent.= 'ref.'/htmlheader.html"); ?>'."\n"; $tplcontent.= ''."\n"; - $tplcontent.= ''."\n"; + $tplcontent.= ''."\n"; + $tplcontent.= ''."\n"; $tplcontent.= $objectpage->content."\n"; $tplcontent.= ''."\n"; //var_dump($filetpl);exit;