Skip to content

Commit

Permalink
Applying black for reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud authored and Nick-Hall committed Aug 27, 2023
1 parent 4826418 commit c84771e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gramps/plugins/webreport/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c84771e

Please sign in to comment.