diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:11:05 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-12-02 23:11:05 -0500 |
commit | e130be57eb46a8ff2e40445e1bb9fcc489737125 (patch) | |
tree | 5df394bd7a92120bd10a56d3e2882432e8a35b3d /lib | |
parent | v5: dal_doc_str.rb, changes related to collapsed level (diff) |
v5: dal_endnotes, removed a space that should no longer be necessary
* testing required
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v5/dal_endnotes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/dal_endnotes.rb b/lib/sisu/v5/dal_endnotes.rb index 407dc1ff..839691da 100644 --- a/lib/sisu/v5/dal_endnotes.rb +++ b/lib/sisu/v5/dal_endnotes.rb @@ -82,7 +82,7 @@ module SiSU_DAL_Endnotes && dob.is !=:code case dob.obj # auto-numbered endnotes <!e!> <!e_!> --> when /#{Mx[:en_a_o]}.+?#{Mx[:en_a_c]}|#{Mx[:en_b_o]}[*+]\s+.+?#{Mx[:en_b_c]}/ - dob.obj=dob.obj.gsub(/\s*(#{Mx[:en_a_c]}|#{Mx[:en_b_c]})/,' \1') # required 2003w31 + dob.obj=dob.obj.gsub(/\s*(#{Mx[:en_a_c]}|#{Mx[:en_b_c]})/,'\1') word_mode=dob.obj.scan(/\S+/m) word_mode=endnote_call_number(word_mode) dob.obj=word_mode.join(' ') |