393adeef8d
Release info: http://rubyforge.org/frs/shownotes.php?group_id=186&release_id=10014 Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html PR: 111407 Submitted by: Alexander Logvinov <ports AT logvinov.com> Approved by: clsung (mentor) Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html
12 lines
424 B
Text
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
|