# HG changeset patch # User Tom Fredrik "BFG" Klaussen # Date 1514486604 -3600 # Node ID 8678ce12d53315f559ee60d76f7535820d6e7035 # Parent 74c22a8dd38f10b4aa296400b4bd127e1bdfc85f Make sure all placeholders are replaced. diff -r 74c22a8dd38f -r 8678ce12d533 InputParser.inc --- 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; }