diff --git a/gramps/plugins/webreport/source.py b/gramps/plugins/webreport/source.py index 58c9c96194d..9a28d207dde 100644 --- a/gramps/plugins/webreport/source.py +++ b/gramps/plugins/webreport/source.py @@ -275,9 +275,7 @@ def sourcepage(self, report, the_lang, the_title, source_handle): sourcedetail += Html("h3", html_escape(source.get_title()), inline=True) # begin sources table - with Html( - "table", class_="infolist source " + self.dir - ) as table: + with Html("table", class_="infolist source " + self.dir) as table: sourcedetail += table tbody = Html("tbody")