From c0c232b684324f254cf21edb00ad287f230ba7bc Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 13 Jul 2006 03:35:19 +0000 Subject: [PATCH] Add ul/ol/li to allowed comment tags. Closes #998 git-svn-id: http://svn.typosphere.org/typo/trunk@1129 820eb932-12ee-0310-9ca8-eeb645f39767 --- app/models/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/comment.rb b/app/models/comment.rb index 47ba74748e..c7ec4b5dc9 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -50,7 +50,7 @@ def check_article_is_open_to_comments end def body_html_postprocess(value, controller) - sanitize(controller.send(:auto_link, value),'a href, b, br, i, p, em, strong, pre, code') + sanitize(controller.send(:auto_link, value),'a href, b, br, i, p, em, strong, pre, code, ol, ul, li') end def default_text_filter_config_key