summaryrefslogtreecommitdiff
path: root/.config/pancake/unclutter/mediawiki.xsl
diff options
context:
space:
mode:
Diffstat (limited to '.config/pancake/unclutter/mediawiki.xsl')
-rw-r--r--.config/pancake/unclutter/mediawiki.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/pancake/unclutter/mediawiki.xsl b/.config/pancake/unclutter/mediawiki.xsl
index 5fd1e06..2c64c38 100644
--- a/.config/pancake/unclutter/mediawiki.xsl
+++ b/.config/pancake/unclutter/mediawiki.xsl
@@ -3,7 +3,11 @@
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
- <xsl:apply-templates select="//div[@id='content']" />
+ <html>
+ <body>
+ <xsl:apply-templates select="//div[@id='content']" />
+ </body>
+ </html>
</xsl:template>
<!-- Cut these out -->