lib/isodoc/function/cleanup.rb in isodoc-1.0.18 vs lib/isodoc/function/cleanup.rb in isodoc-1.0.19

- old
+ new

@@ -159,7 +159,15 @@ docxml end def symbols_cleanup(docxml) end + + def table_footnote_reference_format(a) + a + end + + def footnote_reference_format(a) + a + end end end