Bug fixes

This commit is contained in:
dignajar 2015-08-22 13:45:28 -03:00
parent 9e8c37a73b
commit bc096d0f6e
1 changed files with 0 additions and 1 deletions

View File

@ -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.