aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-12-10 19:58:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-12-10 19:58:01 +0000
commit4695133d8de6422ef2c7b80ab0c6166a183a1dc3 (patch)
tree872341476e1926ee8e9a8b2d38f9ada75dae9275 /railties/html/index.html
parent42576fffe23a86712548e6235890b8606f97c1d3 (diff)
downloadrails-4695133d8de6422ef2c7b80ab0c6166a183a1dc3.tar.gz
rails-4695133d8de6422ef2c7b80ab0c6166a183a1dc3.tar.bz2
rails-4695133d8de6422ef2c7b80ab0c6166a183a1dc3.zip
Close h1 with h1 not h2 (closes #3150)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3272 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html/index.html')
-rw-r--r--railties/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html
index f789df4bc7..1f5e62bb16 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -239,7 +239,7 @@
<div id="content">
<div id="header">
- <h1>Welcome aboard</h2>
+ <h1>Welcome aboard</h1>
<h2>You&rsquo;re riding the Rails!</h2>
</div>