diff options
author | 2024-08-01 12:36:26 +0200 | |
---|---|---|
committer | 2024-08-01 12:36:26 +0200 | |
commit | d050fe9a9b6476efde29891eb59e87505e3200bf (patch) | |
tree | f8c6b8e039bd35b11353efcb5ed464ecf1d59315 | |
parent | 8ae716e75cefba6fc2676e70b3dfb975593d83dd (diff) | |
download | rss-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.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; } } |