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:09 UTC

svn commit: r1611815 - /httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Author: nd
Date: Fri Jul 18 21:43:09 2014
New Revision: 1611815

URL: http://svn.apache.org/r1611815
Log:
port latex-build fix from 2.4

Modified:
    httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Modified: httpd/httpd/trunk/docs/manual/style/latex/latex.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/latex/latex.xsl?rev=1611815&r1=1611814&r2=1611815&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/latex/latex.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/latex/latex.xsl Fri Jul 18 21:43:09 2014
@@ -348,7 +348,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="'\_'"/>
@@ -396,6 +399,8 @@ Server Documentation Project.  More info
       </xsl:call-template>
     </xsl:with-param>
     </xsl:call-template>
+  </xsl:with-param>
+  </xsl:call-template>
 
 </xsl:template>