From b707e2b9bb8d4a1083e0a0eee4ba9f98bd846328 Mon Sep 17 00:00:00 2001 From: dougmellon Date: Tue, 7 Apr 2020 01:28:36 -0600 Subject: [PATCH] Remove aria-label from divs This is a recommendation from the W3C validator: "Don't use aria-label or aria-labelledby on a span or div unless its given a role." --- tildes/tildes/templates/macros/topics.jinja2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index e6a8150..af740a7 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -99,12 +99,12 @@ Scheduled topic {% else %} -
+
{{ link_to_user(topic.user) }}
{% endif %} {% else %} -
+
{% if topic.is_link_type %} {% endif %} @@ -113,7 +113,7 @@
{% endif %} -
{{ adaptive_date_responsive(topic.created_time, precision=1) }}
+
{{ adaptive_date_responsive(topic.created_time, precision=1) }}
{{ topic_voting(topic) }}