diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 37c6bc2d0..cb6e84e58 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -7320,7 +7320,7 @@ class NavWebReport(Report): for index, key in enumerate(keys): (repo, handle) = repos_dict[key] - RepositoryPage(self, self.title, repository, handle, source_list) + RepositoryPage(self, self.title, repo, handle, source_list) self.user.step_progress() self.user.end_progress()