]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
While the original worked in Chrome, this should now work everywhere
authorRich Bowen <rbowen@apache.org>
Tue, 11 May 2010 17:47:23 +0000 (17:47 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 11 May 2010 17:47:23 +0000 (17:47 +0000)
else. Nice.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@943207 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/header.html

index bb99778bde1d961286d28a9db750958b1ab153a9..ed313a021fb85f41abd15e4391a2065535eab179 100644 (file)
@@ -28,7 +28,7 @@
         <script language='Javascript' type='text/javascript'>
        var path = location.pathname;
        path = path.replace( /1\.3/, '2.2' );
-       docLink.href=(path);
+       document.getElementById("docLink").href=(path);
        </script>
         </div>