diff options
Diffstat (limited to 'help3xsl/help.html')
-rw-r--r-- | help3xsl/help.html | 2 |
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); |