diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-08-12 00:11:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-08-12 00:11:39 -0400 |
commit | 9680068ed1eee6cab4367714213f8052145529b6 (patch) | |
tree | 4efa5c8562147f644b7b300b2d78e9aaecb291d2 /lib/sisu/v6/po4a.rb | |
parent | v5 v6: webrick, wb.cgi fixed & omitted/(use discarded) (diff) |
v5 v6: hub, organisation & loose endssisu_5.6.1
* tweak triggers
* split file further
* remove mod
Diffstat (limited to 'lib/sisu/v6/po4a.rb')
-rw-r--r-- | lib/sisu/v6/po4a.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v6/po4a.rb b/lib/sisu/v6/po4a.rb index e6042492..0f432f98 100644 --- a/lib/sisu/v6/po4a.rb +++ b/lib/sisu/v6/po4a.rb @@ -187,8 +187,8 @@ module SiSU_Po4a @brace_url=SiSU_Viz::Defaults.new.url_decoration @vz=SiSU_Viz::Defaults.new @tab="\t" - @@endnotes_=(@md.opt.mod.inspect =~/--endnote/) ? true : false # --footnote - @br=(@md.opt.mod.inspect =~/--dos/) ? "\r\n" : "\n" # --unix + @@endnotes_=(@md.opt.selections.str =~/--endnote/) ? true : false # --footnote + @br=(@md.opt.selections.str =~/--dos/) ? "\r\n" : "\n" # --unix @pot={ body: [], open: [], close: [], head: [], metadata: [], tail: [] } end def songsheet |