]> granicus.if.org Git - apache/commitdiff
fix latex build
authorAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 21:42:08 +0000 (21:42 +0000)
committerAndré Malo <nd@apache.org>
Fri, 18 Jul 2014 21:42:08 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1611814 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/latex.xsl

index 51a58823731df7545de8496254353522999ad9f2..d9be4d7fa178c6a367be55a4bdf6c40df7087c2f 100644 (file)
@@ -348,7 +348,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="'\_'"/>
@@ -396,6 +399,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>