aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-04-06 17:46:41 +0200
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-04-06 17:46:41 +0200
commitd14deb7172e7db240774b77beb645f0c50246890 (patch)
tree6461c3ca28e9251e3e8f0b8a0115ab628c687c62 /railties
parent6a4bf5590ae01e479e96385a6028400abb5d891f (diff)
downloadrails-d14deb7172e7db240774b77beb645f0c50246890.tar.gz
rails-d14deb7172e7db240774b77beb645f0c50246890.tar.bz2
rails-d14deb7172e7db240774b77beb645f0c50246890.zip
Fixed rails_on_rack guide to validate XHTML 1.0 Strict
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/rails_on_rack.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/rails_on_rack.textile b/railties/guides/source/rails_on_rack.textile
index eef44d9ec9..320ce137bb 100644
--- a/railties/guides/source/rails_on_rack.textile
+++ b/railties/guides/source/rails_on_rack.textile
@@ -28,7 +28,7 @@ h3. Rails on Rack
h4. Rails Application's Rack Object
-<tt>ActionController::Dispatcher.new</tt> is the primary Rack application object of a Rails application. Any Rack compliant web server should be using +ActionController::Dispatcher.new+ object to serve a Rails application.</p>
+<tt>ActionController::Dispatcher.new</tt> is the primary Rack application object of a Rails application. Any Rack compliant web server should be using +ActionController::Dispatcher.new+ object to serve a Rails application.
h4. +rails server+