diff options
-rw-r--r-- | gentoobrowse/xslt/base.xslt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt index fece04d..4df49f6 100644 --- a/gentoobrowse/xslt/base.xslt +++ b/gentoobrowse/xslt/base.xslt @@ -4,7 +4,7 @@ xmlns:date="http://exslt.org/dates-and-times" exclude-result-prefixes="str date"> <xsl:import href="form.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" /> <xsl:template name="humanDate"> <xsl:param name="date"/> @@ -55,7 +55,6 @@ <xsl:template match="/*"> <xsl:param name="tbscdn" select="'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2'"/> - <xsl:text disable-output-escaping="yes"><!DOCTYPE html> </xsl:text> <html lang="en"> <head> <meta charset="utf-8" /> |