svn commit: r45573 - head/share/xml
Gavin Atkinson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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="'[email protected]'"/> + <xsl:param name="link.mailto.url" select="'mailto:[email protected]'"/> <xsl:param name="callout.graphics.path" select="'./imagelib/callouts/'"/> <xsl:param name="citerefentry.link" select="1"/> <xsl:param name="admon.style"/> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"