lib/isodoc/function/to_word_html.rb in isodoc-2.7.3 vs lib/isodoc/function/to_word_html.rb in isodoc-2.7.4

- old
+ new

@@ -251,9 +251,12 @@ when "toc" then toc_parse(node, out) when "variant-title" then variant_title(node, out) when "span" then span_parse(node, out) when "location" then location_parse(node, out) when "columnbreak" then columnbreak_parse(node, out) + when "ruby" then ruby_parse(node, out) + when "rt" then rt_parse(node, out) + when "rb" then rb_parse(node, out) else error_parse(node, out) end end end end