Bug fixes
This commit is contained in:
parent
9e8c37a73b
commit
bc096d0f6e
|
@ -67,7 +67,6 @@ function build_page($key)
|
|||
$content = Text::pre2htmlentities($contentRaw); // Parse pre code with htmlentities
|
||||
$content = $Parsedown->text($content); // Parse Markdown.
|
||||
$content = Text::imgRel2Abs($content, HTML_PATH_UPLOADS); // Parse img src relative to absolute.
|
||||
$content = Text::pre2htmlentities($content); // Parse pre code with htmlentities
|
||||
$Page->setField('content', $content, true);
|
||||
|
||||
// Parse username for the page.
|
||||
|
|
Loading…
Reference in New Issue