mirror of
https://github.com/getgrav/grav.git
synced 2026-07-07 13:03:06 +02:00
forgot to save after fixing merge conflict
This commit is contained in:
@@ -104,11 +104,9 @@ trait ParsedownGravTrait
|
||||
|
||||
//get the url and parse it
|
||||
$url = parse_url(htmlspecialchars_decode($excerpt['element']['attributes']['src']));
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
$path_parts = pathinfo($url['path']);
|
||||
|
||||
>>>>>>> 304c7519d14945d6b69bc83ecb89dbf5b3fbbee3
|
||||
// if there is no host set but there is a path, the file is local
|
||||
if (!isset($url['host']) && isset($url['path'])) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user