Commit ae6f3cfe3b6499335c7b6ee1a6376885f42cca62

Authored by Rodrigo Souto
2 parents 0b77bbea 3ba4ed31

Merge commit 'refs/merge-requests/330' of git://gitorious.org/noosfero/noosfero …

…into merge-requests/330
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/article.rb
... ... @@ -589,7 +589,7 @@ class Article < ActiveRecord::Base
589 589 end
590 590  
591 591 def lead
592   - abstract.blank? ? first_paragraph : abstract
  592 + abstract.blank? ? first_paragraph.html_safe : abstract.html_safe
593 593 end
594 594  
595 595 def short_lead
... ...