Skip to content

Commit

Permalink
sorry, there is no prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Dec 6, 2023
1 parent 8e4c1cf commit c7ac9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/exportimport/fix_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def table_class_fixer(text, obj=None):
fixers = [fixers]
fixers = [i for i in fixers if callable(i)]
if apply_default_fixer:
fixers.prepend(html_fixer)
fixers.insert(0, html_fixer)

try:
# Add img_variant_fixer if we are running this in Plone 6.x
Expand Down

0 comments on commit c7ac9af

Please sign in to comment.