Skip to content

Commit e69e7ff

Browse files
committed
version bump
1 parent 50af58f commit e69e7ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/html2doc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Html2Doc
2-
VERSION = "1.9.0".freeze
2+
VERSION = "1.9.1".freeze
33
end

spec/html2doc_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def image_clean(xml)
499499
#{WORD_HDR} #{DEFAULT_STYLESHEET} #{WORD_HDR_END}
500500
#{word_body('<div><m:oMathPara>
501501
<m:oMath>
502-
<m:r><m:t>H</m:t></m:r><m:r><m:t>&#xA0;original&#xA0;</m:t></m:r><m:r><m:t>J</m:t></m:r>
502+
<m:r><m:t>H</m:t></m:r><m:r><m:rPr><m:sty m:val="p"></m:sty></m:rPr><m:t><span style="font-style:normal;">&#xA0;original&#xA0;</span></m:t></m:r><m:r><m:t>J</m:t></m:r>
503503
</m:oMath>
504504
</m:oMathPara></div>', '<div style="mso-element:footnote-list"/>')}
505505
#{WORD_FTR1}

0 commit comments

Comments
 (0)