Skip to content

Commit

Permalink
removed smartypants - it breaks atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Feb 16, 2011
1 parent c8d2ab6 commit 34e3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awestruct/blueclothable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Blueclothable
def render(context)
rendered = ''
begin
doc = BlueCloth.new( context.interpolate_string( raw_page_content ), :smartypants => true )
doc = BlueCloth.new( context.interpolate_string( raw_page_content ) )
rendered = doc.to_html
rescue => e
puts e
Expand Down

0 comments on commit 34e3bc2

Please sign in to comment.