Skip to content

Commit

Permalink
DocParser: remove explicit call to getRelativeUrl
Browse files Browse the repository at this point in the history
As this URLs will get rendered we want them to be automatically casted
resulting in correct URLs with &

refs #6699
  • Loading branch information
Thomas-Gelf committed Aug 19, 2014
1 parent 5a6b517 commit a333c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/doc/library/Doc/DocParser.php
Expand Up @@ -109,7 +109,7 @@ public function getDocumentation()
array(
'name' => $this->module
)
)->setAnchor($id)->getRelativeUrl(),
)->setAnchor($id),
'title' => htmlspecialchars($header),
'priority' => $itemPriority++,
'attribs' => $attribs
Expand Down

0 comments on commit a333c3e

Please sign in to comment.