diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-05 20:20:24 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-05 20:20:24 +0100 |
commit | 570590c0640f71c98893051420517894be8eb6eb (patch) | |
tree | 563eeacf3aa349c1c7366c073cfb99348ab1c6a8 /doc/manpage-style.xsl | |
parent | b7c7eb099c8d228935f9c3fa0a7c788a4018bfb1 (diff) | |
parent | 5c6ceb4557cb6497dea827d1ec4e2615ccd53e50 (diff) |
merged from debian-experimental2
Diffstat (limited to 'doc/manpage-style.xsl')
-rw-r--r-- | doc/manpage-style.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl index f1024c4f4..85aa4521f 100644 --- a/doc/manpage-style.xsl +++ b/doc/manpage-style.xsl @@ -6,4 +6,6 @@ <xsl:param name="man.output.encoding" select="'UTF-8'" /> +<xsl:template match="email"><<xsl:apply-templates/>></xsl:template> + </xsl:stylesheet> |