From 07f9c1874027c057b8b1584cedccbdc03e10cc82 Mon Sep 17 00:00:00 2001 From: Ivan Fonseca Date: Thu, 19 Jul 2018 15:59:18 -0400 Subject: [PATCH] Fix double quotes around target attribute --- tildes/tildes/templates/macros/topics.jinja2 | 6 +++--- tildes/tildes/templates/topic.jinja2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tildes/tildes/templates/macros/topics.jinja2 b/tildes/tildes/templates/macros/topics.jinja2 index b9e81e6..f3b6dbc 100644 --- a/tildes/tildes/templates/macros/topics.jinja2 +++ b/tildes/tildes/templates/macros/topics.jinja2 @@ -13,12 +13,12 @@ {% if topic.is_text_type %} {{ topic.title }} {% elif topic.is_link_type %} {{ topic.title }} {% endif %} @@ -64,7 +64,7 @@
{% trans num_comments=topic.num_comments %} {{ num_comments }} comment diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index 021b331..1ae61ca 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -46,7 +46,7 @@ {{ topic.link }}
{% endif %}