summaryrefslogtreecommitdiff
path: root/help3xsl/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r--help3xsl/help.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html
index bd2100a7e4..6b44ca3202 100644
--- a/help3xsl/help.html
+++ b/help3xsl/help.html
@@ -13,7 +13,7 @@
<body>
<script type="text/javascript">
var url = window.location.href;
- var n = url.indexOf('LOHelp.html?');
+ var n = url.indexOf('help.html?');
if (n != -1){
// the URL came from LibreOffice help (F1)
var version = getParameterByName("Version",url);