dont try stripping that

This commit is contained in:
cellarspoon 2021-12-17 18:05:17 +01:00
parent a27bf4a2f7
commit 4b43319620
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -59,7 +59,7 @@ def select_fields(fields, content, styles, book):
content.append(Spacer(1, 12))
if "timestamp" in fields:
tag = "<font size=10>Timestamp: {}</font>".format(strip_tags(book.timestamp))
tag = "<font size=10>Timestamp: {}</font>".format(book.timestamp)
ptime = Paragraph(tag, styles["Normal"])
content.append(ptime)
content.append(Spacer(1, 12))