Skip to content

Commit d058eb4

Browse files
committed
Update favicon.blade.php
@MagicLike
1 parent adc53df commit d058eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/favicon.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ function get_headers($url,$format=0)
24252425
if (strtolower(trim($e->rel)) == 'icon') {
24262426
$favicon = $e->href;
24272427
if (strpos($favicon, 'http://') === false && strpos($favicon, 'https://') === false) {
2428-
$favicon = "https://".parse_url($url, PHP_URL_HOST).$e->href;
2428+
$favicon = "https://".parse_url($url, PHP_URL_HOST)."/".$e->href;
24292429
}
24302430
}}
24312431
}

0 commit comments

Comments
 (0)