From c84771e8022ae77cb122cc9ed7a529e33df9264e Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Sun, 27 Aug 2023 14:31:32 +0200 Subject: [PATCH] Applying black for reformatting --- gramps/plugins/webreport/source.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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")