Skip to content

Commit

Permalink
Removing XmlHelper references in layouts.
Browse files Browse the repository at this point in the history
Fixes #1916
  • Loading branch information
markstory committed Aug 19, 2011
1 parent c3884f4 commit 0e21093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/test_app/View/Layouts/xml/default.ctp
@@ -1,2 +1,2 @@
<?php echo $xml->header(); ?>
<?php echo $content_for_layout; ?>
<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
<?php echo $content_for_layout; ?>
4 changes: 2 additions & 2 deletions lib/Cake/View/Layouts/xml/default.ctp
@@ -1,2 +1,2 @@
<?php echo $this->Xml->header(); ?>
<?php echo $content_for_layout; ?>
<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
<?php echo $content_for_layout; ?>

0 comments on commit 0e21093

Please sign in to comment.