Fix OPML chains
Tomas Doran [Mon, 18 Jan 2010 22:36:15 +0000 (22:36 +0000)]
lib/Gitalist/Controller/OPML.pm

index 62dcc81..3540614 100644 (file)
@@ -10,7 +10,7 @@ use namespace::autoclean;
 
 BEGIN { extends 'Gitalist::Controller' }
 
-sub opml : Chained('base') Args(0) {
+sub opml : Chained('/base') Args(0) {
     my ($self, $c) = @_;
 
     my $opml = XML::OPML::SimpleGen->new();