From 4f0b4469f936e91143f8e488b3dce4e2f00bee80 Mon Sep 17 00:00:00 2001
From: Tim Almdal
Date: Sat, 4 Jul 2009 17:33:10 -0700
Subject: Forgot this file when i was fixing #477
---
modules/comment/views/comments.html.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'modules')
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index 2d754791..fa25a4e0 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -21,7 +21,7 @@
"name" => p::clean($comment->author_name()))); ?>
- = p::purify($comment->text) ?>
+ = nl2br(p::purify($comment->text)) ?>
endforeach ?>
--
cgit v1.2.3