Removed self closing a tags.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-07-29 11:16:19 +00:00
parent ba9f1c0388
commit 6918a8974c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<% else %>
<div id="roadmap">
<% @versions.each do |version| %>
<h3 class="version"><%= tag 'a', :name => anchor(version.name) %><%= link_to_version version %></h3>
<h3 class="version"><%= link_to_version version, :name => anchor(version.name) %></h3>
<%= render :partial => 'versions/overview', :locals => {:version => version} %>
<%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %>