aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/xml.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-10-12 20:29:42 +0100
committerRalph Amissah <ralph@amissah.com>2007-10-12 20:29:42 +0100
commitb05af2073ff99a2aa218e452afec41907a240dc3 (patch)
treec55dc06c15249d825f77a687790d3070c2ae7ddc /lib/sisu/v0/xml.rb
parentavailable outputs shortcut display, description of odf:odt expanded (diff)
xml dom extract footnote from grouped text
Diffstat (limited to 'lib/sisu/v0/xml.rb')
-rw-r--r--lib/sisu/v0/xml.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v0/xml.rb b/lib/sisu/v0/xml.rb
index d6db3ca7..e739bf59 100644
--- a/lib/sisu/v0/xml.rb
+++ b/lib/sisu/v0/xml.rb
@@ -256,6 +256,7 @@ WOK
def poem_structure(para='',ocn='')
para.gsub!(/<:verse(?:-end)?>/,'')
para=@trans.markup_group(para)
+ #para.gsub!(/\s\s/,'&#160;&#160;')
para.strip!
@@xml[:body] << %{#{@tab*0}<object id="#{ocn}">} << "\n"
@@xml[:body] << %{#{@tab*1}<ocn>#{ocn}</ocn>} << "\n"