aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorAlmudena Garcia <murtra@murtra.net>2012-08-23 23:46:16 +0200
committerAlmudena Garcia <murtra@murtra.net>2012-08-23 23:46:16 +0200
commitaa41bcd4d818eeb945ee7654593dc647fc9c33ed (patch)
tree83cde30591a05d0a1ea72ede2e2cb6481cfc994b /guides/source/getting_started.textile
parent5c89e075963b89fbaa86035a120acd27a571d873 (diff)
downloadrails-aa41bcd4d818eeb945ee7654593dc647fc9c33ed.tar.gz
rails-aa41bcd4d818eeb945ee7654593dc647fc9c33ed.tar.bz2
rails-aa41bcd4d818eeb945ee7654593dc647fc9c33ed.zip
Fix HTML validation errors
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 22da369a2a..226c3dce14 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -124,7 +124,7 @@ application. Most of the work in this tutorial will happen in the +app/+ folder,
|config.ru|Rack configuration for Rack based servers used to start the application.|
|db/|Contains your current database schema, as well as the database migrations.|
|doc/|In-depth documentation for your application.|
-|Gemfile<BR />Gemfile.lock|These files allow you to specify what gem dependencies are needed for your Rails application. These files are used by the Bundler gem. For more information about Bundler, see "the Bundler website":http://gembundler.com |
+|Gemfile<br />Gemfile.lock|These files allow you to specify what gem dependencies are needed for your Rails application. These files are used by the Bundler gem. For more information about Bundler, see "the Bundler website":http://gembundler.com |
|lib/|Extended modules for your application.|
|log/|Application log files.|
|public/|The only folder seen to the world as-is. Contains the static files and compiled assets.|