aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:35:54 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:35:54 -0400
commite283681065039fa2b7ac56ab257d5cb4eb4658ac (patch)
tree9eca364f88f45b7e6134efe418cf3d1896a028d9 /lib
parentv5: html, reduce difference with v6 (mostly removal of bgcolor) (diff)
v5 v6: constants, remove ocn html leader
* resulting hashtag #1 instead of #o1
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v5/constants.rb2
-rw-r--r--lib/sisu/v6/constants.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/constants.rb b/lib/sisu/v5/constants.rb
index 5bac6769..1e5a4dfe 100644
--- a/lib/sisu/v5/constants.rb
+++ b/lib/sisu/v5/constants.rb
@@ -104,7 +104,7 @@ Mx={
segname_prefix_auto_num_extract: 'c',
segname_prefix_auto_num_provide: 's',
segname_prefix_auto_num_other: 'x',
- ocn_id_char: 'o',
+ ocn_id_char: '', #'o', now as before; remove for html5
note: 'note_',
note_ref: 'noteref_',
note_astx: 'note_astx_',
diff --git a/lib/sisu/v6/constants.rb b/lib/sisu/v6/constants.rb
index 80fa7c7a..bf16d7da 100644
--- a/lib/sisu/v6/constants.rb
+++ b/lib/sisu/v6/constants.rb
@@ -104,7 +104,7 @@ Mx={
segname_prefix_auto_num_extract: 'c',
segname_prefix_auto_num_provide: 's',
segname_prefix_auto_num_other: 'x',
- ocn_id_char: 'o',
+ ocn_id_char: '', #'o', now as before; remove for html5
note: 'note_',
note_ref: 'noteref_',
note_astx: 'note_astx_',