aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/html.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-11-27 02:36:56 +0000
committerRalph Amissah <ralph@amissah.com>2007-11-27 02:36:56 +0000
commitc87c41a53efc0fb2a5723567f0512a4f20ff0a97 (patch)
treeb6e9f213af406926201aeeeeabe1b49d9c1955eb /lib/sisu/v0/html.rb
parentDm-Upload-Allowed: yes (diff)
html scroll more convenient (code) placement of line separator <hr>
Diffstat (limited to 'lib/sisu/v0/html.rb')
-rw-r--r--lib/sisu/v0/html.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sisu/v0/html.rb b/lib/sisu/v0/html.rb
index 930fdb36..2fab4d21 100644
--- a/lib/sisu/v0/html.rb
+++ b/lib/sisu/v0/html.rb
@@ -669,7 +669,8 @@ WOK
end
def publish
scroll=[]
- scroll << @scr_toc << @scr_body << @scr_endnotes << @scr_metadata << @scr_owner_details << @scr_tails
+ hr='<center><hr width=90% /></center>'
+ scroll << @scr_toc << hr << @scr_body << hr << @scr_endnotes << hr << @scr_metadata << @scr_owner_details << @scr_tails
scroll.flatten!.compact!
end
end