mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 03:22:46 +00:00
[AnisearchBridge] fixed typo
don't know why it was there
This commit is contained in:
parent
8ae716e75c
commit
1f6ae68499
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue