diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-12-04 12:43:58 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-12-04 12:44:01 -0500 |
commit | 74f7e0adab199936fd943b535f40359b08d40324 (patch) | |
tree | 3fe98437287bbb4a0c27b05f026586a81900373a /lib/sisu/v2/html.rb | |
parent | html, link to "document manifest" remains (individual output links removed) (diff) |
html, link to "document manifest" & search form reviewed (testing required)
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 |