changeset 123:8678ce12d533

Make sure all placeholders are replaced.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 28 Dec 2017 19:43:24 +0100
parents 74c22a8dd38f
children 6766250a0baa
files InputParser.inc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/InputParser.inc	Thu Dec 28 18:49:07 2017 +0100
+++ b/InputParser.inc	Thu Dec 28 19:43:24 2017 +0100
@@ -93,7 +93,7 @@
   {
     //We may need to set and check the contenttype and replace
     //saveHTML with saveXML
-    $retVal = new PageContent($this->master->saveXML());
+    $retVal = new PageContent(options::replacePlaceholders($this->master->saveXML()));
     $retVal->setHeader('Content-Language', $this->options->getLang());
     return $retVal;
   }