diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-01 00:42:31 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-01 00:42:31 +0200 |
commit | 8c89ee897d4a28045dc998dc817de1c52dea0e2d (patch) | |
tree | 14211204f30f90e15fb9e86f171d56734e163435 | |
parent | b786940248f3cbb0db62a95a6b2f1c205788c83f (diff) | |
download | rails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.tar.gz rails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.tar.bz2 rails-8c89ee897d4a28045dc998dc817de1c52dea0e2d.zip |
Fixed unclosed li and ul tags on index
-rw-r--r-- | railties/guides/source/index.html.erb | 5 |
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 %> |