need redcloth to not filter html, too

master
Andrew Coleman 2009-04-01 23:28:02 -05:00
parent 05523c512a
commit 7973ef65d9
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ module Merb
if page_cache.nil?
rc = RedCloth.new(page.description)
rc.no_span_caps = true
rc.filter_styles = true
rc.filter_html = true
page_cache = rc.to_html.gsub(Page.wiki_word_pattern) do |match|
pg_name = $1
if Page.exists?(pg_name)