Project

General

Profile

Patch #754 ยป textile_comments.diff

Rocco Stanzione, 2008-02-29 17:44

View differences:

lib/redmine/wiki_formatting.rb (working copy)
162 162
  public
163 163
  
164 164
    def self.to_html(text, options = {}, &block)
165
      text.gsub!(/<!--[^-]*-->/,'')
165 166
      TextileFormatter.new(text).to_html(&block)
166 167
    end
167 168
  end
    (1-1/1)