Close h1 with h1 not h2 (closes #3150)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3272 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-12-10 19:58:01 +00:00
parent 42576fffe2
commit 4695133d8d

@ -239,7 +239,7 @@
<div id="content"> <div id="content">
<div id="header"> <div id="header">
<h1>Welcome aboard</h2> <h1>Welcome aboard</h1>
<h2>You&rsquo;re riding the Rails!</h2> <h2>You&rsquo;re riding the Rails!</h2>
</div> </div>