diff --git a/engines/invidious/video.php b/engines/invidious/video.php index ed71035..97cca8a 100644 --- a/engines/invidious/video.php +++ b/engines/invidious/video.php @@ -53,7 +53,7 @@ $thumbnail = preg_replace('/(?:https?:\/\/)?(?:www\.)?youtube\.com\/watch\?v=([^\s]+)/', 'https://i.ytimg.com/vi/$1/maxresdefault.jpg', $url) ?? ''; echo "
"; - echo ""; + echo ""; echo "$base_url"; echo "

$title

"; echo ""; diff --git a/engines/qwant/image.php b/engines/qwant/image.php index 78c85b7..7762333 100644 --- a/engines/qwant/image.php +++ b/engines/qwant/image.php @@ -44,7 +44,7 @@ $url = $result["url"]; $url = check_for_privacy_frontend($url, $opts); - echo "
"; + echo ""; echo ""; echo ""; } diff --git a/engines/text/text.php b/engines/text/text.php index 119b0a3..a0ec286 100644 --- a/engines/text/text.php +++ b/engines/text/text.php @@ -154,7 +154,7 @@ echo $response; if ($source) { $source = check_for_privacy_frontend($source, $opts); - echo "$source"; + echo "$source"; } echo "

"; } @@ -175,7 +175,7 @@ $description = $result["description"]; echo "
"; - echo ""; + echo ""; echo "$base_url"; echo "

$title

"; echo "
";