dreamjob/lib/Cake/Test/test_app/View/Emails/html/default.ctp

7 lines
117 B
Plaintext
Raw Normal View History

2015-03-31 14:49:03 +02:00
<?php
$content = explode("\n", $content);
foreach ($content as $line):
echo '<p> ' . $line . '</p>';
endforeach;
?>