diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-07-13 18:07:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-07-13 18:12:51 -0400 |
commit | 6b2b8965af475523f9ce7b2d5ae474382dd9fd3a (patch) | |
tree | c1da1c2ff6e91cf5642fd20164699ab29ab6cc5f /lib | |
parent | texpdf, codeblocks, left margin flush (diff) |
html_segments, line space between end of text and section bottom navigation bar
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v2/html_segments.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/html_segments.rb b/lib/sisu/v2/html_segments.rb index bed30afa..33e56402 100644 --- a/lib/sisu/v2/html_segments.rb +++ b/lib/sisu/v2/html_segments.rb @@ -297,7 +297,7 @@ module SiSU_HTML_seg '</div>' else '' end - @@seg[:tocband_bannerless] << conditional_div_close << format_head_seg.navigation_band_bottom(@@segtocband,@@seg[:dot_nav]) + @@seg[:tocband_bannerless] << '<br />' << conditional_div_close << format_head_seg.navigation_band_bottom(@@segtocband,@@seg[:dot_nav]) @@seg[:headings] << format_head_seg.seg_head_escript if SiSU_HTML_Format::Head_seg.method_defined? :seg_head_escript #debug PHP move up in text #bug @@seg[:headings] << format_head_seg.title_banner(@md.title.main,@md.title.sub,@author).gsub(clean,'') ocn=if @@heading1[/.+?#{Mx[:id_o]}~(\d+);(?:[oh]|[0-6]:)\d+;\w\d+#{Mx[:id_c]}#{Mx[:id_o]}#{@dp}:#{@dp}#{Mx[:id_c]}$/]; $1 #fix |