aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/kindle/layout.html.erb
diff options
context:
space:
mode:
authorRonak Jangir <ronakjangir47@gmail.com>2015-09-19 12:15:34 +0530
committerRonak Jangir <ronakjangir47@gmail.com>2015-09-19 12:15:34 +0530
commit9b016cff1ad60b40bf161d61577df44e5947d3ab (patch)
tree1fe94f946685d0cfa94b3ec4c6e6faa839918a72 /guides/source/kindle/layout.html.erb
parent2e7415bf71b017180d92ac6fdcafe215cc9eddb6 (diff)
downloadrails-9b016cff1ad60b40bf161d61577df44e5947d3ab.tar.gz
rails-9b016cff1ad60b40bf161d61577df44e5947d3ab.tar.bz2
rails-9b016cff1ad60b40bf161d61577df44e5947d3ab.zip
Fixed unclosed tags in kindle guide source [ci skip]
Diffstat (limited to 'guides/source/kindle/layout.html.erb')
-rw-r--r--guides/source/kindle/layout.html.erb4
1 files changed, 2 insertions, 2 deletions
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 %>
- <div class="pagebreak">
+ <div class="pagebreak"></div>
<% end %>
<% if content_for? :index_section %>
<%= yield :index_section %>
- <div class="pagebreak">
+ <div class="pagebreak"></div>
<% end %>
<%= yield.html_safe %>