From: Joshua Slive Date: Sat, 27 Jul 2002 18:58:34 +0000 (+0000) Subject: Add back a couple things I lost in the shuffle of the last commit. X-Git-Tag: 2.0.40~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83729400df9cf135012f5e214b1e4eb05f2f44b9;p=thirdparty%2Fapache%2Fhttpd.git Add back a couple things I lost in the shuffle of the last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/common.xsl b/docs/manual/style/common.xsl index 424f5516486..6ef68a61a8b 100644 --- a/docs/manual/style/common.xsl +++ b/docs/manual/style/common.xsl @@ -9,8 +9,6 @@ - - @@ -347,8 +345,21 @@ + + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + - <xsl:value-of select="title"/> + <xsl:choose> + <xsl:when test="name"> + <xsl:value-of select="name"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="title"/> + </xsl:otherwise> + </xsl:choose> + <xsl:text> </xsl:text> <xsl:value-of select="$messages/message[@name='apachetitle']"/>