Re(added) closing tag

This commit is contained in:
Mischa ter Smitten 2014-09-18 13:43:50 +02:00
parent a441a71f77
commit 5838c85f96
7 changed files with 7 additions and 3 deletions

View file

@ -20,3 +20,4 @@ $content = explode("\n", $content);
foreach ($content as $line):
echo '<p> ' . $line . "</p>\n";
endforeach;
?>

View file

@ -14,4 +14,4 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
?>
<?php echo $content;
<?php echo $content; ?>

View file

@ -26,3 +26,4 @@
if (Configure::read('debug') > 0):
echo $this->element('exception_stack_trace');
endif;
?>

View file

@ -23,3 +23,4 @@
if (Configure::read('debug') > 0):
echo $this->element('exception_stack_trace');
endif;
?>

View file

@ -14,4 +14,4 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
?>
<?php echo $this->fetch('content');
<?php echo $this->fetch('content'); ?>

View file

@ -11,3 +11,4 @@ echo $this->Rss->document(
array(), $channel, $this->fetch('content')
)
);
?>

View file

@ -1 +1 @@
<?php echo $this->fetch('content');
<?php echo $this->fetch('content'); ?>