From: Jean-Philippe Lang Date: Fri, 21 Dec 2007 18:01:02 +0000 (+0000) Subject: Set doctype to transitional. Fixed a few non matching tags in views. X-Git-Tag: 0.7.0-RC1~254 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb8d360188b69fe66e20a969d5dbe6b86b1a0795;p=redmine.git Set doctype to transitional. Fixed a few non matching tags in views. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1022 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/layouts/_project_selector.rhtml b/app/views/layouts/_project_selector.rhtml index ce2f15e03..7a2803534 100644 --- a/app/views/layouts/_project_selector.rhtml +++ b/app/views/layouts/_project_selector.rhtml @@ -1,7 +1,7 @@ <% user_projects_by_root = User.current.projects.find(:all, :include => :parent).group_by(&:root) %>