]> granicus.if.org Git - apache/commitdiff
Fix an inconsistency with the relativepath tag.
authorJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 01:40:05 +0000 (01:40 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 27 Jul 2002 01:40:05 +0000 (01:40 +0000)
Submitted by: Vincent de Lau <openoffice@delau.nl>

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

docs/manual/configuring.xml
docs/manual/style/common.xsl

index 2a0517432804a9e01af0b1a6bda7d6593cdc5a17..e66099e6cfeac05c3eec02bf48a4cdbff1b15fa1 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
 <manualpage>
-<relative-path href="."/>
+<relativepath href="."/>
 
   <title>Configuration Files</title>
 
index 870753f1e834a0b9ccb525ba4c3501f594d34e02..bc2120943f233bbccd444e355caa71def0da9ee8 100644 (file)
@@ -15,8 +15,8 @@
 
  <xsl:variable name="path">
  <xsl:choose>
- <xsl:when test="*/relative-path/@href">
-     <xsl:value-of select="*/relative-path/@href"/>
+ <xsl:when test="*/relativepath/@href">
+     <xsl:value-of select="*/relativepath/@href"/>
  </xsl:when>
  <xsl:otherwise>
   <xsl:value-of select="'..'"/>