diff --git a/compare_pages.py b/compare_pages.py index 4f8e6fe..03f458a 100755 --- a/compare_pages.py +++ b/compare_pages.py @@ -159,16 +159,16 @@ def render_teletekst(fname, content): # lives, and possibly be wrong there anyway # Wrap it in the minimally needed HTML - content = ''' + content = f'''
- + -%s+
{content}-''' % (content,) +