From bb8d360188b69fe66e20a969d5dbe6b86b1a0795 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 21 Dec 2007 18:01:02 +0000 Subject: [PATCH] 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 --- app/views/layouts/_project_selector.rhtml | 4 ++-- app/views/layouts/base.rhtml | 4 ++-- app/views/news/_news.rhtml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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) %>