lib/isodoc/function/to_word_html.rb in isodoc-0.8 vs lib/isodoc/function/to_word_html.rb in isodoc-0.8.1

- old
+ new

@@ -169,11 +169,12 @@ when "termsource" then termref_parse(node, out) when "modification" then modification_parse(node, out) when "termnote" then termnote_parse(node, out) when "termexample" then example_parse(node, out) when "terms" then terms_parse(node, out) - when "symbols-abbrevs" then symbols_parse(node, out) + when "definitions" then symbols_parse(node, out) when "references" then bibliography_parse(node, out) + when "termdocsource" then termdocsource_parse(node, out) else error_parse(node, out) end end end