summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 16:38:39 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 16:38:39 +0000
commit7306c733bfb1397f9abb655aacc2116be8ea628c (patch)
tree32b2da1ea43aca6a5d67937b21a4bf1dabf47ca3 /app
parent969a5be7da08536a41ad3c1d231577f2e411d6f9 (diff)
downloadredmine-7306c733bfb1397f9abb655aacc2116be8ea628c.tar.gz
redmine-7306c733bfb1397f9abb655aacc2116be8ea628c.zip
HTML5 doctype.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10098 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/base.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index 83cbd7786..1d469fc40 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta charset="utf-8" />
<title><%=h html_title %></title>
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />