##// END OF EJS Templates
Removed self closing a tags....
Jean-Philippe Lang -
r9932:6918a8974c04
parent child
Show More
@@ -9,7 +9,7
9 9 <% else %>
10 10 <div id="roadmap">
11 11 <% @versions.each do |version| %>
12 <h3 class="version"><%= tag 'a', :name => anchor(version.name) %><%= link_to_version version %></h3>
12 <h3 class="version"><%= link_to_version version, :name => anchor(version.name) %></h3>
13 13 <%= render :partial => 'versions/overview', :locals => {:version => version} %>
14 14 <%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %>
15 15
General Comments 0
You need to be logged in to leave comments. Login now