summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2020-02-06 20:16:43 -0500
committerOmar Roth <omarroth@protonmail.com>2020-02-20 18:30:46 -0500
commitfea6b67067356b43655a0e66adf8cb78b4a9ec8b (patch)
tree53345ce34de2228b6d4f43f408eab80c06cf3070 /src
parentf065ae54d50f512d48c78dedbfa0ac2b91b715fe (diff)
downloadinvidious-fea6b67067356b43655a0e66adf8cb78b4a9ec8b.tar.gz
invidious-fea6b67067356b43655a0e66adf8cb78b4a9ec8b.tar.bz2
invidious-fea6b67067356b43655a0e66adf8cb78b4a9ec8b.zip
Remove 'type' attribute from community embed
Diffstat (limited to 'src')
-rw-r--r--src/invidious/comments.cr2
1 files changed, 1 insertions, 1 deletions
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
- <iframe id='ivplayer' type='text/html' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}?autoplay=0' style='border:none;'></iframe>
+ <iframe id='ivplayer' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}?autoplay=0' style='border:none;'></iframe>
END_HTML
end