Browse Source

dont try stripping that

main
cellarspoon 2 years ago
parent
commit
4b43319620
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      temp_index.py

2
temp_index.py

@ -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))

Loading…
Cancel
Save