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 fdbec6ff6..d05729e51 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -5,7 +5,7 @@ <%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %> </div> -<h2><%= h(@version.name) %></h2> +<h2><%= @version.name %></h2> <div id="roadmap"> <%= render :partial => 'versions/overview', :locals => {:version => @version} %> |