aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-24 14:13:54 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-24 14:13:54 +0100
commitd345aacb4860d28135938a8181a08d551d0b5a9c (patch)
tree4bac66b82834a14528f8feb4ae6bced6bb18a815
parentchangelog update (diff)
html table of contents, cosmetic fix for rights and prefix appearing with toc
-rw-r--r--CHANGELOG3
-rw-r--r--lib/sisu/v0/html_format.rb10
2 files changed, 5 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bf49070d..1e5b9603 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.59.1.orig.tar.gz
* documentation headers cleanup
+ * html table of contents, cosmetic fix for rights and prefix appearing with
+ toc
+
%% sisu_0.59.0.orig.tar.gz (2007-09-23:38/7)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.59.0.orig.tar.gz
1f2497d2ac39ed9af24c0747b536e50e 10705420 sisu_0.59.0.orig.tar.gz
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>&copy;</sup>&nbsp;')
- %{<p class="left">#{rights}</p>
+ %{<p class="left">Rights: #{rights}</p>
<p />}
end
def prefix_b
- %{<table summary="prefix">
-<tr>
-<td width=10%>&nbsp;</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>