You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2014/07/18 23:43:59 UTC

svn commit: r1611817 - /httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl

Author: nd
Date: Fri Jul 18 21:43:58 2014
New Revision: 1611817

URL: http://svn.apache.org/r1611817
Log:
fix latex build

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl

Modified: httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl?rev=1611817&r1=1611816&r2=1611817&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/style/latex/latex.xsl Fri Jul 18 21:43:58 2014
@@ -347,7 +347,10 @@ Server Documentation Project.  More info
  </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 info
       </xsl:call-template>
     </xsl:with-param>
     </xsl:call-template>
+  </xsl:with-param>
+  </xsl:call-template>
 
 </xsl:template>