important CR/LF

This commit is contained in:
mischa 2022-09-06 12:36:21 +00:00
parent aa2ebed365
commit fae4c3876f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<textarea class="flat" rows="10" cols="60" name="goto">
<?php
foreach ($goto as $row) {
echo "$row";
echo "$row\n";
}
?>
</textarea>