summaryrefslogtreecommitdiff
path: root/lib/VNDB/HomePages.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/HomePages.pm')
-rw-r--r--lib/VNDB/HomePages.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/HomePages.pm b/lib/VNDB/HomePages.pm
index 0e99f517..7ce07983 100644
--- a/lib/VNDB/HomePages.pm
+++ b/lib/VNDB/HomePages.pm
@@ -62,13 +62,13 @@ sub DocPage {
}
-sub History { # type(p,v,r,u), id, [rss|/]
+sub History { # type(p,v,r,u), id, [rss.xml|/]
my($self, $type, $id, $fmt) = @_;
$type ||= '';
$id ||= 0;
$fmt = undef if !$fmt || $fmt eq '/';
- return $self->ResNotFound if $fmt && $fmt ne 'rss';
+ return $self->ResNotFound if $fmt && $fmt ne 'rss.xml';
my $f = $self->FormCheck(
{ name => 'p', required => 0, default => 1, template => 'int' },