mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 13:49:42 +00:00
Span elements should not contain a div.
git-svn-id: http://svn.redmine.org/redmine/trunk@16373 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2503731d3c
commit
6865c96d99
@ -378,7 +378,7 @@ module ApplicationHelper
|
||||
:class => 'drdn-content'
|
||||
)
|
||||
|
||||
content_tag('span', trigger + content, :id => "project-jump", :class => "drdn")
|
||||
content_tag('div', trigger + content, :id => "project-jump", :class => "drdn")
|
||||
end
|
||||
|
||||
def project_tree_options_for_select(projects, options = {})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user