From 0545f41cb6d57bfbd2c68594a4df74a4fc08946d Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 21 Mar 2009 08:59:33 +0000 Subject: [PATCH] Typo in doc. --- modules/tags.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/tags.pl b/modules/tags.pl index 42d051aa..237a9908 100644 --- a/modules/tags.pl +++ b/modules/tags.pl @@ -29,7 +29,7 @@ automatically. =cut -$ModulesDescription .= '

$Id: tags.pl,v 1.14 2009/03/21 08:47:58 as Exp $

'; +$ModulesDescription .= '

$Id: tags.pl,v 1.15 2009/03/21 08:59:33 as Exp $

'; =head1 CONFIGURATION @@ -48,14 +48,14 @@ By default, these two will point to the list of recent changes, filtered by the appropriate tag, formatted as HTML or RSS respectively. -=head2 $TagRssIcon +=head2 $TagFeedIcon This variable should point to an RSS icon. You can get one from L, for example. Example: - $TagRssIcon = 'http://www.example.org/pics/rss.png'; + $TagFeedIcon = 'http://www.example.org/pics/rss.png'; =cut