Skip to content

Commit

Permalink
Merge branch 'master' into fix-float-extra-field-input
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena authored Nov 20, 2024
2 parents 76f6eae + b35f8db commit 05776e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ghostwriter/modules/reportwriter/richtext/docx.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@ def _mk_table_caption(self, el):
par_caption.add_run(self.table_prefix)
par_caption.add_run(self.title_except(caption.get_text()))

if self.table_caption_location == "top":
super().tag_table(el, **kwargs)

def is_plural_acronym(self, word):
"""
Check if a word is an all caps acronym that ends with "s" or "'s".
Expand Down

0 comments on commit 05776e4

Please sign in to comment.