aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--data/doc/sisu/CHANGELOG_v32
-rw-r--r--lib/sisu/v3/manifest.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index 601ae628..d7f87570 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -21,6 +21,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.1.1.orig.tar.xz
sisu_3.1.1-1.dsc
sisu_3.1.1-1.debian.tar.gz
+ * manifest, odt url lnk, fix
+
%% 3.1.0.orig.tar.xz (2011-10-03:40/1)
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.0
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_3.1.0-1
diff --git a/lib/sisu/v3/manifest.rb b/lib/sisu/v3/manifest.rb
index d1e01f58..c49dd0a0 100644
--- a/lib/sisu/v3/manifest.rb
+++ b/lib/sisu/v3/manifest.rb
@@ -334,7 +334,7 @@ module SiSU_Manifest
img=%{<img border="0" height="18" width="18" src="#{@f.path_rel_links.html_scroll_2}_sisu/image_sys/b_odf.png" alt="ODF/ODT" /> }
pth=@f.output_path.odt.dir
rel=@f.output_path.odt.rel_sm
- url=@f.output_path.odf.url
+ url=@f.output_path.odt.url
id,file='ODF:ODT (Open Document Format)',@f.base_filename.odt
summarize(id,file,pth,rel,url,img)
end