diff options
-rw-r--r-- | bridges/AnisearchBridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/AnisearchBridge.php b/bridges/AnisearchBridge.php index 869b3049..c805cfcb 100644 --- a/bridges/AnisearchBridge.php +++ b/bridges/AnisearchBridge.php @@ -72,7 +72,7 @@ class AnisearchBridge extends BridgeAbstract $ytlink = <<<EOT <br /><iframe width="560" height="315" src="$trailer" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" - referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'; + referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> EOT; } } |