Skip to content

Commit 48f2fb6

Browse files
committed
Update comment
1 parent 64b451a commit 48f2fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_ebook_methodology(lang, year):
277277
)
278278
# Remove lazy-loading attributes
279279
methodology_maincontent = re.sub(' loading="lazy"', "", methodology_maincontent)
280-
# Remove lazy-loading attributes
280+
# Remove table wrappers
281281
methodology_maincontent = re.sub('<div class="table-wrap">', "<div>", methodology_maincontent)
282282
methodology_maincontent = re.sub('<div class="table-wrap-container">', "<div>", methodology_maincontent)
283283
return methodology_maincontent

0 commit comments

Comments
 (0)