diff options
author | matthew <matthew> | 2007-08-29 23:15:59 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-08-29 23:15:59 +0000 |
commit | 2b63a54dc79305bca95913c94ea73ed47cd03bc6 (patch) | |
tree | d637ac565e46ebc9ebef110d0d9083ce04a1d802 | |
parent | 131172e7ffad08df748a10d9573c2dd9f6ccd6a5 (diff) |
Put back invalid uri, ah well.
-rw-r--r-- | web/xsl.xsl | 2 |
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> |