From b56e493d92157dcddbc65b2eaa3d93bb758e8544 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 1 Feb 2020 11:12:24 -0500 Subject: [PATCH] Remove frameborder from community embeds --- 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 2d7bc1cf..1d32d1f4 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