diff options
Diffstat (limited to 'app/views/news/show.html.erb')
-rw-r--r-- | app/views/news/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index e6405b920..aaf6f1af9 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -63,7 +63,7 @@ <% end %> <% end %> -<% html_title h(@news.title) -%> +<% html_title @news.title -%> <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> |