From 3df6eace945cc07bc02cdeff3dbad5552954d279 Mon Sep 17 00:00:00 2001 From: Dylan Garrett Date: Wed, 9 Jun 2021 20:40:53 -0700 Subject: Don't need to escape author --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index dc0eddd..a30577e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ {% for b, v in books.items() %} {{ v['title']|escape }} - {{ v['author']|escape }} + {{ v['author'] }} {{ v['files']|length }} {{ v['duration_str'] }} {{ v['size_str'] }} -- cgit v1.2.3-54-g00ecf