aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/ao_idx.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-01-06 22:56:02 -0500
committerRalph Amissah <ralph@amissah.com>2014-01-06 22:56:05 -0500
commit1832a937713d33517066dc4cf8222871045b2b58 (patch)
tree275ed84d59873b54ba42cc3428f22b13584ae155 /lib/sisu/v5/ao_idx.rb
parentv5: version (5.2 version bump) & changelog (& rakefile) (diff)
v5: single document root A~ (recalibrate headings); level D~ possible
* :A~ document title, single document root (ln==0) * introduce additional possible heading level, D~ * markup rule change: single document root * breaks much downstream code, recalibrate (fix, test, fix & test again) * v4 & v5 bifurcate (diverge "un-merge-ably")
Diffstat (limited to 'lib/sisu/v5/ao_idx.rb')
-rw-r--r--lib/sisu/v5/ao_idx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/ao_idx.rb b/lib/sisu/v5/ao_idx.rb
index 32a33b50..aa5f6609 100644
--- a/lib/sisu/v5/ao_idx.rb
+++ b/lib/sisu/v5/ao_idx.rb
@@ -142,7 +142,7 @@ module SiSU_AO_BookIndex
o=SiSU_AO_DocumentStructure::ObjectLayout.new.break(h)
idx[:sst_rel_html_seg] << o
idx[:sst_rel] << o
- h={lv: '2', name: 'index', obj: "Index"}
+ h={lv: '1', name: 'index', obj: "Index"}
o=SiSU_AO_DocumentStructure::ObjectHeading.new.heading(h)
idx[:sst_rel_html_seg] << o
idx[:sst_rel] << o