mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-05 23:53:38 +02:00
6 lines
No EOL
114 B
PHP
6 lines
No EOL
114 B
PHP
<?php
|
|
$content = explode("\n", $content);
|
|
|
|
foreach ($content as $line):
|
|
echo '<p> ' . $line . '</p>';
|
|
endforeach; |