mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
DocParser: remove explicit call to getRelativeUrl
As this URLs will get rendered we want them to be automatically casted resulting in correct URLs with & refs #6699
This commit is contained in:
parent
5a6b5172e6
commit
a333c3e57b
@ -109,7 +109,7 @@ class DocParser
|
|||||||
array(
|
array(
|
||||||
'name' => $this->module
|
'name' => $this->module
|
||||||
)
|
)
|
||||||
)->setAnchor($id)->getRelativeUrl(),
|
)->setAnchor($id),
|
||||||
'title' => htmlspecialchars($header),
|
'title' => htmlspecialchars($header),
|
||||||
'priority' => $itemPriority++,
|
'priority' => $itemPriority++,
|
||||||
'attribs' => $attribs
|
'attribs' => $attribs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user