Removing use of e() from core and test suite.

This commit is contained in:
mark_story 2009-08-27 22:51:10 -04:00
parent 0e23fdfbb3
commit 0cc1d84737
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
<?php e($xml->header()); ?>
<?php echo $xml->header(); ?>
<?php echo $content_for_layout; ?>

View file

@ -1,2 +1,2 @@
<?php e($xml->header()); ?>
<?php echo $xml->header(); ?>
<?php echo $content_for_layout; ?>