]> granicus.if.org Git - apache/commitdiff
recognize ftp: as remote link
authorAndré Malo <nd@apache.org>
Sat, 25 Jan 2014 22:14:45 +0000 (22:14 +0000)
committerAndré Malo <nd@apache.org>
Sat, 25 Jan 2014 22:14:45 +0000 (22:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561413 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/html.xsl

index c941724563a5f67f1c48d99e3f764f7474ab0f29..26f2674b14ca877896e0378db8f23f20d321c4d5 100644 (file)
@@ -298,7 +298,7 @@ interpreted in pre -->
 </xsl:variable>
 <xsl:choose>
 
-<xsl:when test="starts-with(@href, 'http:') or starts-with(@href, 'https:') or starts-with(@href, 'news:') or starts-with(@href, 'mailto:')">
+<xsl:when test="starts-with(@href, 'http:') or starts-with(@href, 'https:') or starts-with(@href, 'ftp:') or starts-with(@href, 'news:') or starts-with(@href, 'mailto:')">
   <xsl:if test="not(.=@href)">
     <xsl:text>\footnote{</xsl:text>
       <xsl:text>\href{</xsl:text>