summaryrefslogtreecommitdiff
path: root/help3xsl/index2.html
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/index2.html')
-rw-r--r--help3xsl/index2.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index c08335e08c..2394c084e1 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -45,6 +45,8 @@
window.location.replace(lang + '/' + defaultFile + '?System=' + system + '&DbPAR=' + module);
}
var bookmark = target.slice(target.indexOf('/') + 1, target.length);
+ // tdf#156573 Replace character "?" by "%3F"
+ bookmark = bookmark.replace("?", "%3F");
var file = hid2fileMap[bookmark];
// check first if a root bookmark @@nowidget@@ can be used
if (file === undefined) {