Skip to content

Commit

Permalink
Removing use of e() from core and test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 28, 2009
1 parent 4bb5b61 commit 213b787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cake/console/templates/skel/views/layouts/xml/default.ctp
@@ -1,2 +1,2 @@
<?php e($xml->header()); ?>
<?php echo $xml->header(); ?>
<?php echo $content_for_layout; ?>
2 changes: 1 addition & 1 deletion cake/tests/test_app/views/layouts/xml/default.ctp
@@ -1,2 +1,2 @@
<?php e($xml->header()); ?>
<?php echo $xml->header(); ?>
<?php echo $content_for_layout; ?>

0 comments on commit 213b787

Please sign in to comment.