aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/xsl.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/xsl.xsl b/web/xsl.xsl
index 1f0755870..a3c5ef4af 100644
--- a/web/xsl.xsl
+++ b/web/xsl.xsl
@@ -2,7 +2,7 @@
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" />
<xsl:variable name="title" select="/rss/channel/title"/>
- <xsl:variable name="self" select="/rss/channel/uri"/>
+ <xsl:variable name="uri" select="/rss/channel/uri"/>
<xsl:template match="/">
<html lang="en-gb">
<head>