about summary refs log tree commit diff
path: root/app/lib
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-11-13 10:41:25 +0100
committerGitHub <noreply@github.com>2021-11-13 10:41:25 +0100
commitf2b376e9d82577dc630757a2b927d02f8bfcf4b0 (patch)
treea35d367237f740ad03a3f2c6e81a11ddb419087a /app/lib
parent8b8d58c6702032d1ed9dfd6f6392d4b6eadf2407 (diff)
parent2cda8be805f51497044575e9d3be69bd62e703c2 (diff)
Merge pull request #1632 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/link_details_extractor.rb2
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