Skip to content

Commit

Permalink
Revert "Bundler" - didn't mean to commit
Browse files Browse the repository at this point in the history
This reverts commit e3ac54c.
  • Loading branch information
ryanstout committed Apr 25, 2011
1 parent e3ac54c commit 76a028b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/blog_kit_model_helper.rb
Expand Up @@ -36,11 +36,7 @@ def code_highlight_and_markdown(text, markdown_options = {})
end
else
if defined?(BlueCloth)
begin
BlueCloth.new(piece, markdown_options).to_html
rescue Exception => e
'[Parsing Error]'
end
BlueCloth.new(piece, markdown_options).to_html
else
ERB::Util.html_escape(piece)
end
Expand Down

0 comments on commit 76a028b

Please sign in to comment.