You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/05/11 19:47:24 UTC

svn commit: r943207 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Author: rbowen
Date: Tue May 11 17:47:23 2010
New Revision: 943207

URL: http://svn.apache.org/viewvc?rev=943207&view=rev
Log:
While the original worked in Chrome, this should now work everywhere
else. Nice.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html?rev=943207&r1=943206&r2=943207&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/header.html Tue May 11 17:47:23 2010
@@ -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>