We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b451a commit 48f2fb6Copy full SHA for 48f2fb6
1 file changed
src/server/helpers.py
@@ -277,7 +277,7 @@ def get_ebook_methodology(lang, year):
277
)
278
# Remove lazy-loading attributes
279
methodology_maincontent = re.sub(' loading="lazy"', "", methodology_maincontent)
280
- # Remove lazy-loading attributes
+ # Remove table wrappers
281
methodology_maincontent = re.sub('<div class="table-wrap">', "<div>", methodology_maincontent)
282
methodology_maincontent = re.sub('<div class="table-wrap-container">', "<div>", methodology_maincontent)
283
return methodology_maincontent
0 commit comments