Commit c6ea7c42 authored by Andre Malo's avatar Andre Malo
Browse files

fix latex build


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611817 13f79535-47bb-0310-9956-ffa450edef68
parent 72c773a6
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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>