diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-11-13 09:40:13 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-11-13 09:40:13 +0100 |
commit | 2cda8be805f51497044575e9d3be69bd62e703c2 (patch) | |
tree | a35d367237f740ad03a3f2c6e81a11ddb419087a /app/lib | |
parent | 8b8d58c6702032d1ed9dfd6f6392d4b6eadf2407 (diff) | |
parent | ef8deb08784948975f59ce2311b79e5ac85b1307 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/link_details_extractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/link_details_extractor.rb b/app/lib/link_details_extractor.rb index 9df8a1320..3876173e0 100644 --- a/app/lib/link_details_extractor.rb +++ b/app/lib/link_details_extractor.rb @@ -91,7 +91,7 @@ class LinkDetailsExtractor end def html - player_url.present? ? content_tag(:iframe, src: player_url, width: width, height: height, allowtransparency: 'true', scrolling: 'no', frameborder: '0') : nil + player_url.present? ? content_tag(:iframe, nil, src: player_url, width: width, height: height, allowtransparency: 'true', scrolling: 'no', frameborder: '0') : nil end def width |