diff options
Diffstat (limited to 'app/views/versions/show.html.erb')
-rw-r--r-- | app/views/versions/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index 1cd4f7de4..52a4bed17 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -53,4 +53,4 @@ <%= call_hook :view_versions_show_bottom, :version => @version %> -<% html_title h(@version.name) %> +<% html_title @version.name %> |