]> source.dussan.org Git - redmine.git/commitdiff
Moved charset meta tag before title (#4320).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Dec 2009 14:55:17 +0000 (14:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Dec 2009 14:55:17 +0000 (14:55 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3171 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.rhtml

index d8fdcf0d59023c70bb931ae3fc5dc193300b2ce6..7c30482f1db864ebd5de1bf3d61a6f49cc737285 100644 (file)
@@ -1,8 +1,8 @@
 <!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">
 <head>
-<title><%=h html_title %></title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title><%=h html_title %></title>
 <meta name="description" content="<%= Redmine::Info.app_name %>" />
 <meta name="keywords" content="issue,bug,tracker" />
 <%= stylesheet_link_tag 'application', :media => 'all' %>