Commit 24a6541f authored by Richard Bowen's avatar Richard Bowen
Browse files

While the original worked in Chrome, this should now work everywhere

else. Nice.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@943207 13f79535-47bb-0310-9956-ffa450edef68
parent 155a7bed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>