diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-10-12 20:28:10 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-10-12 20:28:10 +0100 |
commit | 01f5d52b9af88378d49af20ade8dc6d8d0573830 (patch) | |
tree | aacdc7899dad4bdef5595b116edfe45e69debb15 /lib | |
parent | for html and latex/pdf permit switch off of object numbering display from wit... (diff) |
available outputs shortcut display, description of odf:odt expanded
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/dal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/dal.rb b/lib/sisu/v0/dal.rb index 8e514725..132da336 100644 --- a/lib/sisu/v0/dal.rb +++ b/lib/sisu/v0/dal.rb @@ -385,7 +385,7 @@ module SiSU_DAL when /doc.html/; ' html, scroll, document in one' when /landscape.pdf/; ' pdf, landscape' when /portrait.pdf/; ' pdf, portrait' - when /opendocument.odt/; ' open document' + when /opendocument.odt/; ' odf:odt, open document text' when /scroll.xhtml/; ' xhtml scroll' when /sax.xml/; ' xml, sax' when /dom.xml/; ' xml, dom' |