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

7 lines
117 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
$content = explode("\n", $content);
foreach ($content as $line):
echo '<p> ' . $line . '</p>';
endforeach;
?>