Commit fcfcc7bebe2d03c0c0f187901b3c45a515c70a83

Authored by Leandro Santos
1 parent 6761d8c0

should not escape body content of blog's description

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/blog_page.html.erb
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <div>
6 6 <div class='blog-description'>
7   - <%= blog.body %>
  7 + <%= blog.body.html_safe %>
8 8 </div>
9 9 </div>
10 10 <hr class="pre-posts"/>
... ...