cakephp2-php8/lib/Cake/View/Layouts/xml/default.ctp
mark_story 8529d76e6f Removing Xml prolog from default xml layouts.
Both DOMDocument and SimpleXML output the prolog when
saving xml.

Fixes #2171
2011-10-27 20:58:03 -04:00

1 line
35 B
PHP

<?php echo $content_for_layout; ?>