X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Finclude.php;h=6845d50711a67b36d7bc795fc62677f0bfc65c70;hb=1725768e2eaf68a1445f1aef9d95da0bf461e88b;hp=69ee5132bcd86f0f5dea18bdd7bd4a95a4179e27;hpb=bec181161e7f718c8e15c0bbc0b116b697a696f9;p=xml-template diff --git a/php5-swig/include.php b/php5-swig/include.php index 69ee513..6845d50 100644 --- a/php5-swig/include.php +++ b/php5-swig/include.php @@ -9,5 +9,5 @@ $master = XML_Template_process_file('../xml/master.xml', array( 'h1' => 'Nice heading here', 'contents' => $doc ), true); -print XML_Template_convert_doc_to_string($master); +print XML_Template_convert_doc_to_string($master, true); ?>