From 98e238d8ab123920b8c29afaeb9497ea6d233313 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 2 Jul 2007 17:41:30 +0100 Subject: odf problem where project name not included in conf dir --- lib/sisu/v0/odf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/sisu/v0/odf.rb b/lib/sisu/v0/odf.rb index 1370f6fa..a5ed30a4 100644 --- a/lib/sisu/v0/odf.rb +++ b/lib/sisu/v0/odf.rb @@ -202,7 +202,7 @@ module SiSU_ODF fn=@md.fn[:manifest] manifest="#{@vz.url_root_http}/#{url}/#{fn}" @@odf[:tail] << %{Available document outputs:
<#{manifest}>
} - @@odf[:tail] << 'SiSU: <www.jus.uio.no/sisu> and <www.sisudoc.org>' + @@odf[:tail] << %{\nSiSU: <www.jus.uio.no/sisu> and <www.sisudoc.org>} @@odf[:tail] << "\n" end def heading(para,no) @@ -657,7 +657,7 @@ module SiSU_ODF content << @@odf[:head] content << @@odf[:body] content << @@odf[:metadata] - content << @@odf[:owner_details] if @md.stmp =~/\w+/ #not used? + #content << @@odf[:owner_details] if @md.stmp =~/\w+/ #not used? content << @@odf[:tail] Output.new(content,@md).odf @@odf[:head],@@odf[:body],@@odf[:tail],@@odf[:metadata]=[],[],[],[] -- cgit v1.2.3