diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-08-08 00:37:20 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-08-08 00:37:20 -0400 |
commit | 23b07d95a58713eca27df7e6013be890892faf0c (patch) | |
tree | 7e4f3da31ab8d0a2ae72aeb50440c3353f08c29c /lib/sisu/v5 | |
parent | v5 v6: extend document structure, headings A - D, 1 - 4 (diff) |
documentation relatedsisu_5.6.0
Diffstat (limited to 'lib/sisu/v5')
-rw-r--r-- | lib/sisu/v5/hub_options.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/hub_options.rb b/lib/sisu/v5/hub_options.rb index c079915b..d822ebd5 100644 --- a/lib/sisu/v5/hub_options.rb +++ b/lib/sisu/v5/hub_options.rb @@ -1117,11 +1117,11 @@ end { bool: false, set: :na } end act[:xml_sax]=(select_arr.inspect \ - =~/"--xml-sax"/) \ + =~/"--xml-sax"|"--sax"/) \ ? { bool: true, set: :on } : { bool: false, set: :na } act[:xml_dom]=(select_arr.inspect \ - =~/"--xml-dom"/) \ + =~/"--xml-dom"|"--dom"/) \ ? { bool: true, set: :on } : { bool: false, set: :na } act[:xml_docbook_book]=(select_arr.inspect \ |