From c821e3b1758d7a265a8449972d59f48b2fb9ea00 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 14 Jun 2021 17:00:37 +0200 Subject: [PATCH] ligne vide --- core/module/page/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/page/page.php b/core/module/page/page.php index b41ee1a8..561ee67c 100644 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -401,7 +401,7 @@ class page extends common { 'typeMenu' => $this->getinput('pageTypeMenu'), 'iconUrl' => $this->getinput('pageIconUrl'), 'disable'=> $this->getinput('pageEditDisable', helper::FILTER_BOOLEAN), - 'content' => (empty($this->getInput('pageEditContent', null)) ? '

 

' : $this->getInput('pageEditContent', null)), + 'content' => (empty($this->getInput('pageEditContent', null)) ? '

' : str_replace('

', '

 

', $this->getInput('pageEditContent', null))), 'hideTitle' => $hideTitle, 'breadCrumb' => $this->getInput('pageEditbreadCrumb', helper::FILTER_BOOLEAN), 'metaDescription' => $this->getInput('pageEditMetaDescription', helper::FILTER_STRING_LONG),