Commit d2cdceb7 authored by Richard Bowen's avatar Richard Bowen
Browse files

Try something else.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@943198 13f79535-47bb-0310-9956-ffa450edef68
parent 7ff8895a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -22,7 +22,13 @@
        href="http://httpd.apache.org/docs/2.2/">2.2</a>.
    
        This document may be available
        <a href="<script>document.write( location.pathname.replace( /1\.3/, '2.2') );</script>">in the 2.2 docs.</a> 
        <a href="<script>
        var path = location.pathname;
        alert( path );
        path = path.replace( /1\.3/, '2.2' );
        alert( path );
        document.write( path );
        </script>">in the 2.2 docs.</a> 
        </p>
        
        </div>