diff options
| author | Ralph Amissah <ralph@amissah.com> | 2007-09-24 14:13:54 +0100 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2007-09-24 14:13:54 +0100 | 
| commit | d345aacb4860d28135938a8181a08d551d0b5a9c (patch) | |
| tree | 4bac66b82834a14528f8feb4ae6bced6bb18a815 /lib | |
| parent | changelog update (diff) | |
html table of contents, cosmetic fix for rights and prefix appearing with toc
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v0/html_format.rb | 10 | 
1 files changed, 2 insertions, 8 deletions
| 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 <sup>©</sup> ') -      %{<p class="left">#{rights}</p> +      %{<p class="left">Rights: #{rights}</p>  <p />}      end      def prefix_b -      %{<table summary="prefix"> -<tr> -<td width=10%> </td> -<td width=80%> -  #{@md.prefix_b} -#{@vz.table_close} -<p />} +      %{<p class="left">Prefix: #{@md.prefix_b}<p />}      end      def scroll_head_title_banner_open        %{<center> | 
