aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorMarek Labos <keraml@gmail.com>2012-08-30 10:10:31 +0200
committerMarek Labos <keraml@gmail.com>2012-08-30 10:10:31 +0200
commit87a8c3620bfa5ef94be120c4806ceb1ad669fdb8 (patch)
tree6b349c2276cc7d65af3216c017201537f695e503 /app/views
parent50661cc8fad3258e42b72d559e3a4b62a58d8845 (diff)
downloadrefinerycms-blog-87a8c3620bfa5ef94be120c4806ceb1ad669fdb8.tar.gz
refinerycms-blog-87a8c3620bfa5ef94be120c4806ceb1ad669fdb8.tar.bz2
refinerycms-blog-87a8c3620bfa5ef94be120c4806ceb1ad669fdb8.zip
fix escaping quotes in title
Diffstat (limited to 'app/views')
-rw-r--r--app/views/refinery/blog/posts/tagged.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/posts/tagged.html.erb b/app/views/refinery/blog/posts/tagged.html.erb
index 89e1415..e609ebb 100644
--- a/app/views/refinery/blog/posts/tagged.html.erb
+++ b/app/views/refinery/blog/posts/tagged.html.erb
@@ -1,4 +1,4 @@
-<% content_for :title, "#{t('.posts_tagged')} '#{@tag_name.titleize}'" %>
+<% content_for :title, "#{t('.posts_tagged')} “#{h(@tag_name.titleize)}”".html_safe %>
<% content_for :body_content_title, "#{t('.posts_tagged')} &#8220;#{h(@tag_name.titleize)}&#8221;".html_safe -%>