cakephp2-php8/lib/Cake/Test/test_app/View/Emails/html/default.ctp
Marc Würth 1ede742d92 Various improvements to the CakePHP test files
Mostly CS, doc blocks and unused variables.
2015-09-25 17:22:00 +02:00

6 lines
No EOL
114 B
PHP

<?php
$content = explode("\n", $content);
foreach ($content as $line):
echo '<p> ' . $line . '</p>';
endforeach;