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 Oct 21, 2009
1 parent 0e23fdf commit 0cc1d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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 0cc1d84

Please sign in to comment.