From 8c8e2ec4875f6afd62c97f074be7aaa20ca7d1c2 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 5 Jan 2005 21:13:19 +0000 Subject: [PATCH] *** empty log message *** --- changelog-to-rss.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog-to-rss.pl b/changelog-to-rss.pl index 5f17ad22..ef68d915 100755 --- a/changelog-to-rss.pl +++ b/changelog-to-rss.pl @@ -34,7 +34,7 @@ if (not $q->param('url')) { $q->start_html('ChangeLog to RSS'), $q->h1('ChangeLog to RSS'), $q->p('Translates ChangeLog output to RSS ', $output, '.'), - $q->p('$Id: changelog-to-rss.pl,v 1.1 2005/01/05 21:12:42 as Exp $: '), + $q->p(q{$Id: changelog-to-rss.pl,v 1.2 2005/01/05 21:13:19 as Exp $}), $q->start_form(-method=>'GET'), $q->p('ChangeLog URL: ', $q->textfield('url', '', 70)), $q->p('Limit number of entries returned: ', $q->textfield('limit', '15', 5)),