Forgot this file when i was fixing #477

This commit is contained in:
Tim Almdal
2009-07-04 17:33:10 -07:00
parent 50462edd9c
commit 4f0b4469f9

View File

@@ -21,7 +21,7 @@
"name" => p::clean($comment->author_name()))); ?>
</p>
<div>
<?= p::purify($comment->text) ?>
<?= nl2br(p::purify($comment->text)) ?>
</div>
</li>
<? endforeach ?>