aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/se_processing.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-07-14 07:04:18 -0400
committerRalph Amissah <ralph@amissah.com>2017-07-14 07:04:21 -0400
commit90e27c85d9054799e071cb6f601c8dbc3236272d (patch)
tree903541de6be900c45c631c85c0873738e49ae192 /lib/sisu/se_processing.rb
parentversion & changelog, open commit window (diff)
html, minitoc, default off
* default where no instruction given changed to false (requested, as minitoc is sub-optimal for viewing with smaller devices (when present minitoc is placed on left part of screen together with content to its right))
Diffstat (limited to 'lib/sisu/se_processing.rb')
-rw-r--r--lib/sisu/se_processing.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/se_processing.rb b/lib/sisu/se_processing.rb
index eba98ed0..5aa2d45a 100644
--- a/lib/sisu/se_processing.rb
+++ b/lib/sisu/se_processing.rb
@@ -210,7 +210,7 @@ module SiSU_Processing_Settings
elsif env_rc.build.minitoc? ==:off
false
else
- true
+ false
end
end
def manifest_minitoc?
@@ -233,7 +233,7 @@ module SiSU_Processing_Settings
elsif minitoc? == false
false
else
- true
+ false
end
end
def html_minitoc?
@@ -256,7 +256,7 @@ module SiSU_Processing_Settings
elsif minitoc? == false
false
else
- true
+ false
end
end
def html_top_band?