diff options
author | Steven Heidel <steven@livingskyweb.ca> | 2010-11-11 22:32:30 -0600 |
---|---|---|
committer | Steven Heidel <steven@livingskyweb.ca> | 2010-11-11 22:32:30 -0600 |
commit | 92d019d6a259713787b716468084c2537c864afc (patch) | |
tree | 3cefecc0d7627f58e2e1206bc7b5d8375ac3a10e /app/views | |
parent | d0d2a5dde632ae8014638faa88f7a167a6e59001 (diff) | |
download | refinerycms-blog-92d019d6a259713787b716468084c2537c864afc.tar.gz refinerycms-blog-92d019d6a259713787b716468084c2537c864afc.tar.bz2 refinerycms-blog-92d019d6a259713787b716468084c2537c864afc.zip |
This html be safe
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/blog/posts/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/posts/show.html.erb b/app/views/blog/posts/show.html.erb index 8ced2e1..3b7b9b5 100644 --- a/app/views/blog/posts/show.html.erb +++ b/app/views/blog/posts/show.html.erb @@ -25,7 +25,7 @@ <% end %> </p> </header> - <%=raw @blog_post.body %> + <%= @blog_post.body.html_safe %> <% if BlogPost::ShareThis.enabled? %> <span class="st_sharethis" displayText="ShareThis"></span> |