]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix latex build
authorAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 21:43:58 +0000 (21:43 +0000)
committerAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 21:43:58 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611817 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/latex.xsl

index 110c928a083d1796eff900e0b73fd4d954ab8da9..a01fa53438a674b461dd22dd05461c77d3ecc61b 100644 (file)
@@ -347,7 +347,10 @@ Server Documentation Project.  More information is available at
  </xsl:choose>
 </xsl:variable>
 
-
+  <xsl:call-template name="replace-string">
+  <xsl:with-param name="replace" select="'&#8212;'" />
+  <xsl:with-param name="with" select="'-'" />
+  <xsl:with-param name="text">
     <xsl:call-template name="replace-string">
     <xsl:with-param name="replace" select="'_'"/>
     <xsl:with-param name="with" select="'\_'"/>
@@ -395,6 +398,8 @@ Server Documentation Project.  More information is available at
       </xsl:call-template>
     </xsl:with-param>
     </xsl:call-template>
+  </xsl:with-param>
+  </xsl:call-template>
 
 </xsl:template>