Fixed malformed HTML.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8061 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-03 18:21:56 +00:00
parent 7c0a05360e
commit 443bc4bf90
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ module IssuesHelper
content_tag('td', progress_bar(child.done_ratio, :width => '80px')),
:class => "issue issue-#{child.id} hascontextmenu #{level > 0 ? "idnt idnt-#{level}" : nil}")
end
s << '</form></table>'
s << '</table></form>'
s.html_safe
end