mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +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(
|
||||
'name' => $this->module
|
||||
)
|
||||
)->setAnchor($id)->getRelativeUrl(),
|
||||
)->setAnchor($id),
|
||||
'title' => htmlspecialchars($header),
|
||||
'priority' => $itemPriority++,
|
||||
'attribs' => $attribs
|
||||
|
Loading…
x
Reference in New Issue
Block a user