summaryrefslogtreecommitdiff
path: root/.config/pancake/unclutter/mediawiki.xsl
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-15 22:29:34 +0300
committerdefanor <defanor@uberspace.net>2017-12-15 22:29:34 +0300
commit4bcbee7ee1fd9da5b29aca7e249ab284e02e1c91 (patch)
treeb66571d5bebc66ed374acba8be3849d528d3d60c /.config/pancake/unclutter/mediawiki.xsl
parent3313c829f8bb5b1330f525930f84c3460cb2ded5 (diff)
Improve github uncluttering
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 -->