lib/isodoc/function/to_word_html.rb in isodoc-2.1.5 vs lib/isodoc/function/to_word_html.rb in isodoc-2.2.0
- old
+ new
@@ -216,10 +216,10 @@
when "license-statement" then license_parse(node, out)
when "legal-statement" then legal_parse(node, out)
when "feedback-statement" then feedback_parse(node, out)
when "passthrough" then passthrough_parse(node, out)
when "amend" then amend_parse(node, out)
- when "tab" then clausedelimspace(out) # in Presentation XML only
+ when "tab" then clausedelimspace(node, out) # in Presentation XML only
when "svg" then svg_parse(node, out) # in Presentation XML only
when "add" then add_parse(node, out)
when "del" then del_parse(node, out)
when "form" then form_parse(node, out)
when "input" then input_parse(node, out)