diff options
| author | Ralph Amissah <ralph@amissah.com> | 2011-10-15 13:55:14 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2011-10-15 13:55:14 -0400 | 
| commit | fadbc35f0ebaa4cb98798379cd714edfac513372 (patch) | |
| tree | 7997f2d4a7cea76c3833ba1a16f9a60ad35c4e92 | |
| parent | v2 v3: 3.1.1 version & changelog "opened" (diff) | |
v3: manifest, odt url lnk, fix
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 2 | ||||
| -rw-r--r-- | lib/sisu/v3/manifest.rb | 2 | 
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 | 
