projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b71ba
)
Declare XML namespace.
author
Tom Hughes
<tom@compton.nu>
Fri, 6 Mar 2009 14:19:54 +0000
(14:19 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 6 Mar 2009 14:19:54 +0000
(14:19 +0000)
app/views/layouts/site.rhtml
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.rhtml
b/app/views/layouts/site.rhtml
index 24822bc7c5159492450c260f18cff2acb554800c..a15c5270bbe9f7054ece7d26ce035a6fcc4fc3b1 100644
(file)
--- a/
app/views/layouts/site.rhtml
+++ b/
app/views/layouts/site.rhtml
@@
-1,5
+1,5
@@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
>
<head>
<%= javascript_include_tag 'prototype' %>
<%= javascript_include_tag 'site' %>