]> git.sesse.net Git - xml-template/commitdiff
Fix the include example.
authorsgunderson@bigfoot.com <>
Sat, 12 Aug 2006 19:26:07 +0000 (21:26 +0200)
committersgunderson@bigfoot.com <>
Sat, 12 Aug 2006 19:26:07 +0000 (21:26 +0200)
perl/include.pl

index 5c0ec5eacdc08e0dddfe8e7f8bf368e85aaf3ea8..30a6d15ebeceb69825c843dace6c86c67e8b6266 100644 (file)
@@ -3,7 +3,7 @@ use XML::Template;
 
 my $doc = XML::Template::process_file('../xml/included.xml', {
        'color' => 'red'
-});
+}, 0);
 my $master = XML::Template::process_file('../xml/master.xml', {
        'title' => 'Main HTML title',
        'h1' => 'Nice heading here',