diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-16 22:17:23 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-16 22:17:23 +0100 |
commit | e70c1d067335bfa686fa0c6e75e32afb095e1aaa (patch) | |
tree | e985e74ed4d613126b24839d710e4b49db753824 /doc/manpage-style.xsl | |
parent | e75aa33384d52635fba502bed628bc68f9cb5066 (diff) | |
parent | 85e1885525977809ff6a3b70abb84d3a63e41817 (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> |