aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dal_endnotes.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-06-22 01:13:46 -0400
committerRalph Amissah <ralph@amissah.com>2013-06-22 01:13:49 -0400
commitf31e286f4a73c5c0f355512b0cb45c6c82088516 (patch)
treefdf22b179aef9937e7f6a3e71fc6c1e7f0ff9119 /lib/sisu/v5/dal_endnotes.rb
parentvim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) (diff)
v5: general code cleaningsisu_4.1.5
* propagate back to v4 after testing
Diffstat (limited to 'lib/sisu/v5/dal_endnotes.rb')
-rw-r--r--lib/sisu/v5/dal_endnotes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/dal_endnotes.rb b/lib/sisu/v5/dal_endnotes.rb
index 8412b45e..407dc1ff 100644
--- a/lib/sisu/v5/dal_endnotes.rb
+++ b/lib/sisu/v5/dal_endnotes.rb
@@ -68,7 +68,7 @@ module SiSU_DAL_Endnotes
def endnotes
data=@data
@tuned_file=[]
- endnote_no,endnote_ref=1,1
+ endnote_ref=1
data.each do |dob|
# manually numbered endnotes <!e(\d)!> <!e_(\d)!> -->
if @md.opt.mod.inspect =~/--no-asterisk|--no-annotate/