aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-14 07:06:41 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-14 07:06:41 +1000
commitd4801d0229515aae37d8f7a2f72c83990d2d977b (patch)
treefc42db514f17e02d1e3721f9b030d34d530a6e6d /guides/source/getting_started.textile
parent5f7caff82572daa2adc9a83f280b58572b3ba3e2 (diff)
downloadrails-d4801d0229515aae37d8f7a2f72c83990d2d977b.tar.gz
rails-d4801d0229515aae37d8f7a2f72c83990d2d977b.tar.bz2
rails-d4801d0229515aae37d8f7a2f72c83990d2d977b.zip
Correct code wrapping around content of welcome/index.html.erb
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r--guides/source/getting_started.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 6a07f87abd..84c438e607 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -183,9 +183,9 @@ Rails will create several files for you. Most important of these are of course t
Open the +app/views/welcome/index.html.erb+ file in your text editor and edit it to contain a single line of code:
-<code class="html">
+<html>
<h1>Hello, Rails!</h1>
-</code>
+</html>
h4. Setting the Application Home Page