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 015f753575..1dade67f0d 100644 --- a/help3xsl/help.html +++ b/help3xsl/help.html @@ -18,7 +18,7 @@ if (n != -1){ // the URL came from LibreOffice help (F1) var version = getParameterByName("Version",url); - var rest = url.substr(n+12,url.lenght); + var rest = url.substr(n+12,url.length); var newURL = version+'/index.html?'+rest; window.open(newURL,'_self'); }else{ |