aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v1/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v1/html.rb')
-rw-r--r--lib/sisu/v1/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v1/html.rb b/lib/sisu/v1/html.rb
index 39775832..6e92c473 100644
--- a/lib/sisu/v1/html.rb
+++ b/lib/sisu/v1/html.rb
@@ -655,7 +655,7 @@ WOK
def publish
scroll=[]
hr='<center><hr width=90% /></center>'
- scroll << @scr_toc << hr << @scr_body << @scr_endnotes << hr << @scr_metadata << @scr_owner_details << @scr_tails
+ scroll << @scr_toc << '<div class="scroll">' << hr << @scr_body << @scr_endnotes << hr << @scr_owner_details << '</div>' << @scr_tails
scroll.flatten!.compact!
end
end