diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-03-06 18:22:23 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-03-06 18:22:23 -0500 |
commit | 7725af739f103c706d97fb7bff031c7829edf67d (patch) | |
tree | 300b8d8fb6dbd8890b255852734cf990028287e9 /lib | |
parent | v4: options, sisupod, name determination, fix (diff) |
v4: html_format, html segment navigation to toc, fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v4/html_format.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/html_format.rb b/lib/sisu/v4/html_format.rb index f96db380..d2c12154 100644 --- a/lib/sisu/v4/html_format.rb +++ b/lib/sisu/v4/html_format.rb @@ -106,7 +106,7 @@ module SiSU_HTML_Format @stylesheet=SiSU_Style::CSS_HeadInfo.new(md).stylesheet @o_str ||=SiSU_Env::ProcessingSettings.new(md).output_dir_structure @index,@metalink='index','#metadata' - @toc="#{@md.file.output_path.html_seg.dir}/#{@md.file.base_filename.html_segtoc}" + @toc=@md.file.base_filename.html_segtoc end def url_path_image_sys (@o_str.dump_or_redirect?) \ |