From a20498126aabeece85bf30cf953ec9dd2943c0d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Oct 2018 13:40:22 +0200 Subject: [PATCH] Fix init var --- htdocs/website/class/website.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index b9be32bcafa..3f51f669829 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1155,7 +1155,8 @@ class Website extends CommonObject $MAXHEIGHT = 4 * $HEIGHTOPTION; $nboflanguage = count($languagecodes); - $out.=''."\n"; + $out =''."\n"; + $out.= '