diff options
Diffstat (limited to 'gentoobrowse/xslt/use.xslt')
-rw-r--r-- | gentoobrowse/xslt/use.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/use.xslt b/gentoobrowse/xslt/use.xslt index 8c8509d..148bb53 100644 --- a/gentoobrowse/xslt/use.xslt +++ b/gentoobrowse/xslt/use.xslt @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import href="base.xslt" /> - <xsl:output encoding="utf-8" method="html" media-type="text/html" indent="yes" /> + <xsl:output encoding="utf-8" method="html" version="5" media-type="text/html" indent="no" /> <xsl:template name="head"> <title>Use flag index · Gentoo Browse</title> |