From a333c3e57b6f796e2a1030857c2152fad7416bcf Mon Sep 17 00:00:00 2001
From: Thomas Gelf <thomas@gelf.net>
Date: Tue, 19 Aug 2014 10:07:46 +0200
Subject: [PATCH] DocParser: remove explicit call to getRelativeUrl

As this URLs will get rendered we want them to be automatically casted
resulting in correct URLs with &amp;

refs #6699
---
 modules/doc/library/Doc/DocParser.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/doc/library/Doc/DocParser.php b/modules/doc/library/Doc/DocParser.php
index d4e6875d1..a823ad17c 100644
--- a/modules/doc/library/Doc/DocParser.php
+++ b/modules/doc/library/Doc/DocParser.php
@@ -109,7 +109,7 @@ class DocParser
                                 array(
                                     'name' => $this->module
                                 )
-                            )->setAnchor($id)->getRelativeUrl(),
+                            )->setAnchor($id),
                             'title'     => htmlspecialchars($header),
                             'priority'  => $itemPriority++,
                             'attribs'   => $attribs