From 9b016cff1ad60b40bf161d61577df44e5947d3ab Mon Sep 17 00:00:00 2001 From: Ronak Jangir Date: Sat, 19 Sep 2015 12:15:34 +0530 Subject: Fixed unclosed tags in kindle guide source [ci skip] --- guides/source/kindle/layout.html.erb | 4 ++-- guides/source/kindle/toc.ncx.erb | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'guides/source') diff --git a/guides/source/kindle/layout.html.erb b/guides/source/kindle/layout.html.erb index f0a286210b..fd8746776b 100644 --- a/guides/source/kindle/layout.html.erb +++ b/guides/source/kindle/layout.html.erb @@ -14,12 +14,12 @@ <% if content_for? :header_section %> <%= yield :header_section %> -
+
<% end %> <% if content_for? :index_section %> <%= yield :index_section %> -
+
<% end %> <%= yield.html_safe %> diff --git a/guides/source/kindle/toc.ncx.erb b/guides/source/kindle/toc.ncx.erb index 2c6d8e3bdf..5094fea4ca 100644 --- a/guides/source/kindle/toc.ncx.erb +++ b/guides/source/kindle/toc.ncx.erb @@ -32,12 +32,12 @@ Credits - + Copyright & License - - + + <% play_order = 4 %> @@ -47,7 +47,7 @@ <%= section['name'] %> - + <% section['documents'].each_with_index do |document, document_no| %> -- cgit v1.2.3