lib/isodoc/function/to_word_html.rb in isodoc-1.0.26 vs lib/isodoc/function/to_word_html.rb in isodoc-1.0.27
- old
+ new
@@ -209,9 +209,10 @@
when "copyright-statement" then copyright_parse(node, out)
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 "variant" then variant_parse(node, out)
else
error_parse(node, out)
end
end
end