aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/dal.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-10-12 20:30:52 +0100
committerRalph Amissah <ralph@amissah.com>2007-10-12 20:30:52 +0100
commit2e7814c4f9be7867499d4e96b9866714e0710fb2 (patch)
treecb8bd24495e9357f00e3741d5f83d4767da396ac /lib/sisu/v0/dal.rb
parentMerge branch 'upstream' into debian/sid (diff)
parentspecial character exceptions, some fixes, primarily underscore (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/dal.rb')
-rw-r--r--lib/sisu/v0/dal.rb2
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'