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