diff --git a/temp_index.py b/temp_index.py
index 430d4d7..7eef698 100644
--- a/temp_index.py
+++ b/temp_index.py
@@ -59,7 +59,7 @@ def select_fields(fields, content, styles, book):
content.append(Spacer(1, 12))
if "timestamp" in fields:
- tag = "Timestamp: {}".format(strip_tags(book.timestamp))
+ tag = "Timestamp: {}".format(book.timestamp)
ptime = Paragraph(tag, styles["Normal"])
content.append(ptime)
content.append(Spacer(1, 12))