Fix a typo in the Date attribute.

This commit is contained in:
Joe Marcus Clarke 2002-11-24 08:43:31 +00:00
parent 6438157904
commit 05ad58ebdc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15012

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/gnome/rss.xsl,v 1.1 2002/11/21 21:39:42 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -9,7 +9,7 @@
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD'"/>
<xsl:variable name="date" select="'$FreeBSD$'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project News System'"/>
<xsl:output type="xml" />