From fea6b67067356b43655a0e66adf8cb78b4a9ec8b Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Thu, 6 Feb 2020 20:16:43 -0500 Subject: [PATCH] Remove 'type' attribute from community embed --- src/invidious/comments.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 9e4d3866..2938247a 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -347,7 +347,7 @@ def template_youtube_comments(comments, locale, thin_mode) END_HTML else html << <<-END_HTML - + END_HTML end