]> source.dussan.org Git - redmine.git/commitdiff
Fixed invalid html.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Jan 2012 18:34:38 +0000 (18:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Jan 2012 18:34:38 +0000 (18:34 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8506 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/repositories_helper.rb

index cba50a0ef07cda15d11a95a9994ac8f04b70c5e3..2a4e65710dbc7da04bc3a71383eabaf5706d15d7 100644 (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))