svn commit: r45573 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Tue Sep 9 12:37:45 UTC 2014


Author: gavin
Date: Tue Sep  9 12:37:44 2014
New Revision: 45573
URL: http://svnweb.freebsd.org/changeset/doc/45573

Log:
  link.mailto.url should be a URL.  This fixes generated <link rel='made'>
  tags in HTML doc output.

Modified:
  head/share/xml/freebsd-xhtml-common.xsl

Modified: head/share/xml/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-common.xsl	Tue Sep  9 12:12:09 2014	(r45572)
+++ head/share/xml/freebsd-xhtml-common.xsl	Tue Sep  9 12:37:44 2014	(r45573)
@@ -21,7 +21,7 @@
   <xsl:param name="chunker.output.encoding" select="'&doc.html.charset;'"/>
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="html.stylesheet" select="'docbook.css'"/>
-  <xsl:param name="link.mailto.url" select="'doc at FreeBSD.org'"/>
+  <xsl:param name="link.mailto.url" select="'mailto:doc at FreeBSD.org'"/>
   <xsl:param name="callout.graphics.path" select="'./imagelib/callouts/'"/>
   <xsl:param name="citerefentry.link" select="1"/>
   <xsl:param name="admon.style"/>


More information about the svn-doc-all mailing list