]> git.llucax.com Git - software/mutt-debian.git/blob - doc/mutt.xsl
debian/NEWS: backported a note about the new behavior with attachments on the command...
[software/mutt-debian.git] / doc / mutt.xsl
1 <?xml version="1.0"?>
2 <!DOCTYPE xsl:stylesheet [
3 <!ENTITY css SYSTEM "mutt.css">
4 ]>
5 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
6   <xsl:param name="section.autolabel" select="1"></xsl:param>
7   <xsl:template name="user.head.content">
8     <xsl:element name="style">
9       <xsl:attribute name="type">text/css</xsl:attribute>
10       &css;
11     </xsl:element>
12   </xsl:template>
13   <xsl:param name="admon.style"/>
14 </xsl:stylesheet>