scm: view: remove redundant br tag from the revision page (#5501)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7727 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-11-04 01:33:24 +00:00
parent ea18487b8d
commit ae086b5ef6
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<td>
<%= @changeset.parents.collect{
|p| link_to_revision(p, @project, :text => format_revision(p))
}.join(", ") %><br />
}.join(", ") %>
</td>
</tr>
<% end %>
@ -47,7 +47,7 @@
<td>
<%= @changeset.children.collect{
|p| link_to_revision(p, @project, :text => format_revision(p))
}.join(", ") %><br />
}.join(", ") %>
</td>
</tr>
<% end %>