diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index 54518e6..1f3e20b 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -232,7 +232,7 @@ class Publications(Bureau): footnote.append(lxml.html.fromstring(svg)) html.append(footnote) - self.print_full("article.html", title=doc.title(), + self.print_full("article.html", title=doc["title"], article=lxml.html.tostring(html).decode("utf-8"), url=url, date=timestamp)