The following reply was made to PR docs/177056; it has been noted by GNATS.
From: Taras Korenko <[email protected]> To: [email protected] Cc: Subject: [patch] Re: docs/177056: typo in link in handbook section 31.4.16 Date: Mon, 28 Oct 2013 00:22:49 +0200 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=koi8-u Content-Disposition: inline There're extraneous characters in freebsd-xhtml-common.xsl XSL template. -- WBR, Taras Korenko --gBBFr7Ir9EOA20Yy Content-Type: text/x-diff; charset=koi8-u Content-Disposition: attachment; filename="f-x-c.xsl.diff" --- share/xsl/freebsd-xhtml-common.xsl.orig 2013-10-27 23:56:39.000000000 +0200 +++ share/xsl/freebsd-xhtml-common.xsl 2013-10-27 23:57:01.000000000 +0200 @@ -195,7 +195,7 @@ <xsl:template name="generate.citerefentry.link"> <xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text> <xsl:value-of select="refentrytitle"/> - <xsl:text>&amp;sektion=</xsl:text> + <xsl:text>&sektion=</xsl:text> <xsl:value-of select="manvolnum"/> </xsl:template> --gBBFr7Ir9EOA20Yy-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
