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) ? " " : " "
+ tab = %w(Hans Hant).include?(@script) ? " " : "  "
[1..count].each { out << tab }
end
# add namespaces for Word fragments
NOKOHEAD = <<~HERE