diff --git a/htdocs/websites/index.php b/htdocs/websites/index.php index 62bdb6c5657..437f91f2203 100644 --- a/htdocs/websites/index.php +++ b/htdocs/websites/index.php @@ -477,6 +477,11 @@ if ($action == 'updatemeta') $tplcontent.= ''."\n"; $tplcontent.= $objectpage->content."\n"; $tplcontent.= ''."\n"; + + $tplcontent.= '"."\n"; + //var_dump($filetpl);exit; $result = file_put_contents($filetpl, $tplcontent); if (! empty($conf->global->MAIN_UMASK))