We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a228fb commit 394a991Copy full SHA for 394a991
1 file changed
bridges/DobinDomBridge.php
@@ -34,9 +34,7 @@ public function collectData()
34
$embedUrl = $video['embed_url'];
35
36
if ($posterUrl) {
37
- $content = '<a href="' . htmlspecialchars($embedUrl) . '">'
38
- . '<img src="' . htmlspecialchars($posterUrl) . '">'
39
- . '</a>';
+ $content = '<a href="' . htmlspecialchars($embedUrl) . '"><img src="' . htmlspecialchars($posterUrl) . '"></a>';
40
} else {
41
$content = '<a href="' . htmlspecialchars($embedUrl) . '">'
42
. htmlspecialchars($video['title'])
0 commit comments