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:
Thomas Gelf 2014-08-19 10:07:46 +02:00
parent 5a6b5172e6
commit a333c3e57b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class DocParser
array(
'name' => $this->module
)
)->setAnchor($id)->getRelativeUrl(),
)->setAnchor($id),
'title' => htmlspecialchars($header),
'priority' => $itemPriority++,
'attribs' => $attribs