lib/isodoc/function/to_word_html.rb in isodoc-0.8.1 vs lib/isodoc/function/to_word_html.rb in isodoc-0.8.3
- old
+ new
@@ -155,10 +155,10 @@
when "admonition" then admonition_parse(node, out)
when "formula" then formula_parse(node, out)
when "table" then table_parse(node, out)
when "figure" then figure_parse(node, out)
when "example" then example_parse(node, out)
- when "image" then image_parse(node["src"], out, nil)
+ when "image" then image_parse(node, out, nil)
when "sourcecode" then sourcecode_parse(node, out)
when "annotation" then annotation_parse(node, out)
when "term" then termdef_parse(node, out)
when "preferred" then term_parse(node, out)
when "admitted" then admitted_term_parse(node, out)