Updated packaging automation to 0.10

This commit is contained in:
Alexey Verkhovsky 2005-04-07 06:11:22 +00:00
parent 4f04ff39e9
commit 029189d8e9
3 changed files with 13 additions and 10 deletions

View file

@ -27,7 +27,7 @@ module Engines
class Textile < AbstractEngine
def mask
RedCloth.new(@content, @content.options[:engine_opts]).to_html
RedCloth.new(@content, @content.options[:engine_opts]).to_html([:textile])
end
end