freebsd-ports/www/instiki/files/bluecloth-patch-lib-chunks-engines-rb

12 lines
424 B
Text

--- lib/chunks/engines.rb.orig Wed Feb 28 06:09:26 2007
+++ lib/chunks/engines.rb Mon Apr 9 22:22:51 2007
@@ -40,7 +40,8 @@
require_dependency 'sanitize'
include Sanitize
def mask
- require_dependency 'bluecloth_tweaked'
+ require_dependency 'rubygems'
+ require_gem 'BlueCloth'
html = BlueCloth.new(@content, @content.options[:engine_opts]).to_html
sanitize_html(html)
end