From 1aca1b9fdd7806c29e3120dc8c223efe276fce25 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 6 Jun 2021 16:14:30 +0200 Subject: [PATCH] Fixed duplicate ids in logviewer --- cps/templates/logviewer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/logviewer.html b/cps/templates/logviewer.html index db27bdf4..6c26a5b6 100644 --- a/cps/templates/logviewer.html +++ b/cps/templates/logviewer.html @@ -15,10 +15,10 @@
{% if log_enable %} - {{_('Download Calibre-Web Log')}} + {{_('Download Calibre-Web Log')}} {% endif %} {% if accesslog_enable %} - {{_('Download Access Log')}} + {{_('Download Access Log')}} {% endif %}