diff options
-rw-r--r-- | lib/sisu/v0/html_format.rb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb index 4992dc6d..8fcd1e25 100644 --- a/lib/sisu/v0/html_format.rb +++ b/lib/sisu/v0/html_format.rb @@ -614,6 +614,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits"></a> </div> +</div> +</div> } end def scroll_tail #debug @@ -629,7 +631,10 @@ WOK <a name="finish" id="finish"></a> <a name="stop" id="stop"></a> <a name="credits"></a> -</div>} +</div> +</div> +</div> +} end def seg_navigation_tail #this is a bug area, look up and "tidy" #nav=scroll_head_navigation_band @@ -645,6 +650,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits"></a> </div> +</div> +</div> } end end @@ -918,6 +925,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits" id="credits"></a> </div> +</div> +</div> } end def navigation_band(segtocband,seg_table_top_control) #change name to navigaion_band_banner |