From 3e817298bbbc5d75dbdfe4b26e1d854dfbc56195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 1 Jan 2021 14:52:24 -0500 Subject: General theme: fix HTML syntax --- youtube/templates/common_elements.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube') diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html index 56ad727..9c5abe6 100644 --- a/youtube/templates/common_elements.html +++ b/youtube/templates/common_elements.html @@ -51,7 +51,7 @@
{{ info['video_count']|commatize }} videos
{% else %} {% if info.get('time_published') %} - + {{ info['time_published'] }} {% endif %} {% if info.get('approx_view_count') %}
{{ info['approx_view_count'] }} views
-- cgit v1.2.3