From 1f4d7cc9586bc0fbb19936efe5dad32109dfb952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 30 Dec 2020 16:17:48 -0500 Subject: General theme: fix syntax W3C markup and add improve 'Published' date MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- youtube/templates/comments.html | 4 ++-- youtube/templates/watch.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube/templates') diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html index a128b44..ceb31b8 100644 --- a/youtube/templates/comments.html +++ b/youtube/templates/comments.html @@ -12,7 +12,7 @@ {{ comment['author'] }} {% if timestamp_links %} @@ -24,7 +24,7 @@ {{ comment['likes_text'] if comment['like_count'] else ''}}
{% if settings.use_comments_js and comment['reply_count'] %} -
+
{{ comment['view_replies_text'] }} Open in new tab
loading..
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 1b47e57..70f5692 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -71,7 +71,7 @@
Uploaded by {{ uploader }}
{{ view_count }} views - + {{ like_count }} likes {{ dislike_count }} dislikes
-- cgit v1.2.3