aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tone <66808319+Tone866@users.noreply.github.com> 2024-08-01 12:36:26 +0200
committerGravatar GitHub <noreply@github.com> 2024-08-01 12:36:26 +0200
commitd050fe9a9b6476efde29891eb59e87505e3200bf (patch)
treef8c6b8e039bd35b11353efcb5ed464ecf1d59315
parent8ae716e75cefba6fc2676e70b3dfb975593d83dd (diff)
downloadrss-bridge-d050fe9a9b6476efde29891eb59e87505e3200bf.tar.gz
rss-bridge-d050fe9a9b6476efde29891eb59e87505e3200bf.tar.zst
rss-bridge-d050fe9a9b6476efde29891eb59e87505e3200bf.zip
[AnisearchBridge] fixed typo (#4182)
don't know why it was there
-rw-r--r--bridges/AnisearchBridge.php2
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;
}
}