diff --git a/bl-kernel/pagex.class.php b/bl-kernel/pagex.class.php index ed6b052c..07f68242 100644 --- a/bl-kernel/pagex.class.php +++ b/bl-kernel/pagex.class.php @@ -73,10 +73,7 @@ class Page { return $content; } - $contentRaw = $this->contentRaw(); - - // Parse pre code with htmlentities - $content = Text::pre2htmlentities($contentRaw); + $content = $this->contentRaw(); // Parse Markdown $parsedown = new Parsedown();