lib/isodoc/function/utils.rb in isodoc-2.1.0.2 vs lib/isodoc/function/utils.rb in isodoc-2.1.1

- old
+ new

@@ -10,10 +10,10 @@ def ns(xpath) self.class.ns(xpath) end def insert_tab(out, count) - tab = %w(Hans Hant).include?(@script) ? "&#x3000;" : "&nbsp; " + tab = %w(Hans Hant).include?(@script) ? "&#x3000;" : "&#xa0; " [1..count].each { out << tab } end # add namespaces for Word fragments NOKOHEAD = <<~HERE