diff options
Diffstat (limited to 'app/views/news/show.rhtml')
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 32a24e85e..e4d7da4db 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -41,3 +41,5 @@ <p><%= submit_tag l(:button_add) %></p> <% end %> <% end %> + +<% set_html_title h(@news.title) -%> |