aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-03-31 15:20:43 -0700
committerXavier Noria <fxn@hashref.com>2010-03-31 15:20:43 -0700
commitb786940248f3cbb0db62a95a6b2f1c205788c83f (patch)
tree1f88016ea81b82bf1137d105802bd42a5d3a49d3 /railties/guides/source/layout.html.erb
parent824fa10f4d1306cc1e310a7d5de7e95cfb07d6f8 (diff)
downloadrails-b786940248f3cbb0db62a95a6b2f1c205788c83f.tar.gz
rails-b786940248f3cbb0db62a95a6b2f1c205788c83f.tar.bz2
rails-b786940248f3cbb0db62a95a6b2f1c205788c83f.zip
guides: rewrites index and credit pages as pure HTML to avoid textilizing the rendered view, in particular we can now put a DOCTYPE in the layout
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index a21f1bbeed..cb9fb417fc 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -1,3 +1,6 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>