diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-06-16 12:44:41 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-06-16 12:45:49 +0530 |
commit | ebc7531a0ab301976cc86282652394fa01ba7b48 (patch) | |
tree | 559cf5acf708814442bf890981ab15607115ef3f | |
parent | 8bb165e9e02ab7ce8d4e2ec9372ca33e253cb500 (diff) | |
download | rails-ebc7531a0ab301976cc86282652394fa01ba7b48.tar.gz rails-ebc7531a0ab301976cc86282652394fa01ba7b48.tar.bz2 rails-ebc7531a0ab301976cc86282652394fa01ba7b48.zip |
Fix TOC ul markup
-rw-r--r-- | guides/source/kindle/toc.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/kindle/toc.html.erb b/guides/source/kindle/toc.html.erb index e013797dee..f310edd3a1 100644 --- a/guides/source/kindle/toc.html.erb +++ b/guides/source/kindle/toc.html.erb @@ -20,5 +20,5 @@ Ruby on Rails Guides <ul> <li><a href="credits.html">Credits</a></li> <li><a href="copyright.html">Copyright & License</a></li> -<ul> +</ul> </div> |