Fixed invalid html.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8506 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-01-04 18:34:38 +00:00
parent 9b27e1cd83
commit 87b51d847c
1 changed files with 2 additions and 1 deletions

View File

@ -94,8 +94,9 @@ module RepositoriesHelper
:id => @project,
:path => path_param,
:rev => @changeset.identifier)
output << "<li class='#{style}'>#{text}</li>"
output << "<li class='#{style}'>#{text}"
output << render_changes_tree(s)
output << "</li>"
elsif c = tree[file][:c]
style << " change-#{c.action}"
path_param = to_path_param(@repository.relative_path(c.path))