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 /lib | |
| parent | v2 v3: 3.1.1 version & changelog "opened" (diff) | |
v3: manifest, odt url lnk, fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v3/manifest.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
