diff options
| author | Ralph Amissah <ralph@amissah.com> | 2007-09-24 13:47:59 +0100 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2007-09-24 13:47:59 +0100 | 
| commit | 9ce8e0c78b5fc090be43ce0b2adb9a4a53e37d9a (patch) | |
| tree | fc6e5f6db3c3187580b7079c18071425cda03358 | |
| parent | manpage, special character fixes (diff) | |
plaintext, space between endnotes where --endnote option selected
| -rw-r--r-- | lib/sisu/v0/plaintext.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v0/plaintext.rb b/lib/sisu/v0/plaintext.rb index aa2d747a..c308dfb2 100644 --- a/lib/sisu/v0/plaintext.rb +++ b/lib/sisu/v0/plaintext.rb @@ -217,7 +217,7 @@ GSUB                        )            end            @@endnotes[:para] << "-#{wrap}" -          @@endnotes[:end] << wrap +          @@endnotes[:end] << '' << wrap          end          @@endnotes        end | 
