diff options
Diffstat (limited to 'app/views/messages/show.html.erb')
-rw-r--r-- | app/views/messages/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index a7e0152f3..c78856f73 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -63,4 +63,4 @@ <%= stylesheet_link_tag 'scm' %> <% end %> -<% html_title h(@topic.subject) %> +<% html_title @topic.subject %> |