mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 22:38:42 +00:00
add url parsing
This commit is contained in:
parent
acf4ea21f3
commit
118789e0f8
|
|
@ -3161,7 +3161,7 @@ class Markdown
|
||||||
$id = strtolower($matches[1]);
|
$id = strtolower($matches[1]);
|
||||||
|
|
||||||
$Data = array(
|
$Data = array(
|
||||||
'url' => $matches[2],
|
'url' => UriFactory::build($matches[2]),
|
||||||
'title' => isset($matches[3]) ? $matches[3] : null,
|
'title' => isset($matches[3]) ? $matches[3] : null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user