brmsklad/lib/Cake/Test/test_app/View/Emails/html/default.ctp
2017-02-26 15:32:50 +01:00

6 lines
No EOL
114 B
PHP

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