From f2094a301001f641a6ea1d3e8f63acb5c52ca4b9 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 15 Aug 2021 21:53:47 +0200 Subject: [PATCH] Fix img alt/title accesibility for pause icon --- backend/templates/watch-overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index c992f6a1..0b8c4ee5 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -45,7 +45,7 @@ {% if watch.paused is defined and watch.paused != False %}paused{% endif %} {% if watch.newest_history_key| int > watch.last_viewed| int %}unviewed{% endif %}"> {{ loop.index }} - Pause + Pause {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}