Reduce number of author entries in project to one

This commit is contained in:
Veronica Berglyd Olsen
2022-11-27 16:55:54 +01:00
parent 1678cd5e96
commit e5f04e5234
13 changed files with 45 additions and 91 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ class ToOdt(Tokenizer):
if self._headerText == "":
theTitle = self.theProject.data.title
theAuth = self.theProject.getFormattedAuthors()
theAuth = self.theProject.data.author
self._headerText = f"{theTitle} / {theAuth} /"
# Create Roots