From d345aacb4860d28135938a8181a08d551d0b5a9c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 24 Sep 2007 14:13:54 +0100 Subject: html table of contents, cosmetic fix for rights and prefix appearing with toc --- lib/sisu/v0/html_format.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lib') diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb index d9fa95c2..618799a7 100644 --- a/lib/sisu/v0/html_format.rb +++ b/lib/sisu/v0/html_format.rb @@ -468,17 +468,11 @@ WOK end def rights rights=@md.dc_rights.gsub(/^\s*Copyright\s+\(C\)/,'Copyright © ') - %{

#{rights}

+ %{

Rights: #{rights}

} end def prefix_b - %{ - - -
  - #{@md.prefix_b} -#{@vz.table_close} -

} + %{

Prefix: #{@md.prefix_b}

} end def scroll_head_title_banner_open %{

-- cgit v1.2.3