Skip to content
Snippets Groups Projects
Commit a57de4b2 authored by Martin Gottlieb's avatar Martin Gottlieb
Browse files

Issue #3420505: Bug with URLs entered

parent 6a0808d1
Branches
Tags 1.0.0-beta3
No related merge requests found
......@@ -185,8 +185,8 @@ class ModuleUsageService {
'id' => $item->id,
'url' => [
'#type' => 'link',
'#url' => Url::fromUri('internal:/' . $url),
'#title' => $item->url,
'#url' => Url::fromUri('internal:' . $url),
'#title' => $url,
],
'url_description' => [
'#type' => 'processed_text',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment