]> source.dussan.org Git - redmine.git/commitdiff
Removed invalid nested p tags.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 18 Jun 2012 21:40:16 +0000 (21:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 18 Jun 2012 21:40:16 +0000 (21:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9869 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/annotate.html.erb
app/views/repositories/changes.html.erb
app/views/repositories/entry.html.erb

index 1cd782588fa3c97d7b2e5d44cde0d2bbf594a390..b09299ba86050c69ffc03ea36c6c6e45b5ef5cc2 100644 (file)
@@ -6,7 +6,7 @@
 
 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
 
-<p><%= render :partial => 'link_to_functions' %></p>
+<%= render :partial => 'link_to_functions' %>
 
 <% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %>
 
index 741b7f2e28628ef9a1cd062730e946e3f8c3d152..cd5a955850337f200c59fc5367c2ef0cfd34c782 100644 (file)
@@ -4,11 +4,9 @@
   <%= render :partial => 'navigation' %>
 </div>
 
-<h2>
-  <%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %>
-</h2>
+<h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
 
-<p><%= render :partial => 'link_to_functions' %></p>
+<%= render :partial => 'link_to_functions' %>
 
 <%= render_properties(@properties) %>
 
index 1e198806db9bf5b0a8a1568a56f6c549cf7b93e0..c9698f1d12e04276ac9098f78f181ba16d5f941e 100644 (file)
@@ -6,7 +6,7 @@
 
 <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
 
-<p><%= render :partial => 'link_to_functions' %></p>
+<%= render :partial => 'link_to_functions' %>
 
 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>