aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-04-01 00:42:31 +0200
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-04-01 00:42:31 +0200
commit8c89ee897d4a28045dc998dc817de1c52dea0e2d (patch)
tree14211204f30f90e15fb9e86f171d56734e163435 /railties
parentb786940248f3cbb0db62a95a6b2f1c205788c83f (diff)
downloadrails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.tar.gz
rails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.tar.bz2
rails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.zip
Fixed unclosed li and ul tags on index
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/index.html.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index 8f3e6cb550..f028d3ff05 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -4,8 +4,9 @@
<p>These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together. There are two different versions of the Guides site, and you should be sure to use the one that applies to your situation:</p>
<ul>
-<li><a href="http://guides.rubyonrails.org">Current release version</a> - based on Rails 2.3.
-<li><a href="http://edgeguides.rubyonrails.org">Edge version</a> - based on the current Rails <a href="http://github.com/rails/rails/tree/master">master branch</a>.
+ <li><a href="http://guides.rubyonrails.org">Current release version</a> - based on Rails 2.3.</li>
+ <li><a href="http://edgeguides.rubyonrails.org">Edge version</a> - based on the current Rails <a href="http://github.com/rails/rails/tree/master">master branch</a>.</li>
+</ul>
<% end %>