diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-12-09 12:58:15 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-12-09 12:58:15 -0500 |
commit | 05acd8e977b774b78ed6562a125f89fd3bb3d7a9 (patch) | |
tree | d689b7cc5fd41af7d48851e9401b5f1aeda03818 /lib/sisu/v2/html.rb | |
parent | debian/changelog 2.7.8-1 (diff) | |
parent | changelog, cosmetic (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/html.rb')
-rw-r--r-- | lib/sisu/v2/html.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sisu/v2/html.rb b/lib/sisu/v2/html.rb index c984a858..ba2afabc 100644 --- a/lib/sisu/v2/html.rb +++ b/lib/sisu/v2/html.rb @@ -529,9 +529,7 @@ WOK prefix_b=format_head_toc.notes.prefix_b prefix_b=SiSU_HTML_Tune::Clean_html.new(prefix_b).clean end - @seg_toc_band=format_head_toc.seg_head_navigation_band('pdf') #bug, vary depending on type of doc !! examine - @seg_toc_band_bottom=format_head_toc.seg_head_navigation_band_bottom('pdf') #bug, vary depending on type of doc !! examine - @segtoc << @seg_toc_band + @segtoc << format_head_toc.seg_head_navigation_band toc_shared << format_head_toc.scroll_head_title_banner_open @segtoc << format_head_toc.seg_head_title_banner_open tmp_head=nil |