]> granicus.if.org Git - apache/commitdiff
replace the "maintained by" sentence in the footer with
authorAndré Malo <nd@apache.org>
Fri, 20 Feb 2004 22:54:53 +0000 (22:54 +0000)
committerAndré Malo <nd@apache.org>
Fri, 20 Feb 2004 22:54:53 +0000 (22:54 +0000)
Copyright 1999-currentyear The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102706 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 8a00695b500efbe8b77f2bb9ad75f2810016de54..cc44e874d452f21a2123a5bcbbbaac55c4e0257d 100644 (file)
 
 <div id="footer">&lf;
     <p class="apache">
-        <xsl:value-of select="$messages/message[@name='maintainedby']"/>
-        <xsl:text> </xsl:text>
-        <a href="http://httpd.apache.org/docs-project/">
-            <xsl:if test="$ext-target">
-                <xsl:attribute name="target">_blank</xsl:attribute>
-            </xsl:if>
-            <xsl:text>Apache HTTP Server Documentation Project</xsl:text>
-        </a>
+        <xsl:text>Copyright 1999-2004 The Apache Software Foundation</xsl:text>
     </p>&lf;
 
     <xsl:call-template name="super-menu"/>