aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/html_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-08-19 02:42:08 +0100
committerRalph Amissah <ralph@amissah.com>2007-08-19 02:42:08 +0100
commitc82a1eecd727e72d9123756719c74a88c4e4a8ae (patch)
tree7df18e8f83a0a6131b168173cf279e70e69476c2 /lib/sisu/v0/html_format.rb
parentUpdated sisu-0.56.2 (diff)
parentsisu-0.56.3 minor update, small fixes (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/html_format.rb')
-rw-r--r--lib/sisu/v0/html_format.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb
index cbbcadb4..b78017fd 100644
--- a/lib/sisu/v0/html_format.rb
+++ b/lib/sisu/v0/html_format.rb
@@ -436,7 +436,7 @@ WOK
def prefix_a
end
def rights
- rights=@md.dc_rights.gsub(/^\s*Copyright\s+/,'<sup>&copy;</sup>&nbsp;')
+ rights=@md.dc_rights.gsub(/^\s*Copyright\s+\(C\)/,'Copyright <sup>&copy;</sup>&nbsp;')
%{<p class="left">#{rights}</p>
<p />}
end
@@ -609,9 +609,7 @@ WOK
def title_endnote
%{#{@vz.margin_txt_0}
#{@vz.paragraph_txt}
- <br />
- <a name="endnotes" id="endnotes"></a>
- <b>Endnotes</b>
+ <a name="endnotes" id="endnotes"><hr></a>
#{@vz.margin_num}
&nbsp;
#{@vz.table_close}}