diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-06 17:46:41 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-06 17:46:41 +0200 |
commit | d14deb7172e7db240774b77beb645f0c50246890 (patch) | |
tree | 6461c3ca28e9251e3e8f0b8a0115ab628c687c62 /railties | |
parent | 6a4bf5590ae01e479e96385a6028400abb5d891f (diff) | |
download | rails-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.textile | 2 |
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+ |