summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/index2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index 4f7c744e27..6a9a1a6c8e 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -36,11 +36,11 @@
default: {defaultFile='text/shared/main0000.html';module="WRITER";break;}
}
var bookmark = target.slice(target.indexOf('/') + 1, target.length);
- var file = map[bookmark];
+ var file = hid2fileMap[bookmark];
// check first if a root bookmark @@nowidget@@ can be used
if (file === undefined) {
var b2 = bookmark.substring(0, bookmark.lastIndexOf("/")) + '/@@nowidget@@';
- file = map[b2];
+ file = hid2fileMap[b2];
}
// rebuild URL
if (file === undefined) {