From 0d15bf5de12bafc7bc37642b9d1730e404c4ba28 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Jul 2017 12:55:50 +0200 Subject: [PATCH] Fix ducplicate code --- htdocs/websites/index.php | 5 +++++ 1 file changed, 5 insertions(+) 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))