X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FPb%2FEntry.pm;h=f2fa9626c0aefd7298fb68ae076cc2be86e102fc;hb=0b282e58119cc0dbce678ef56eab20cc352557b5;hp=0516053f7db69bcdeed547bd9e4c4f432a68f90e;hpb=2ee6edcf1262d2a3059dd0859d9b750c4a2ff02b;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Pb/Entry.pm b/lib/Gruntmaster/Page/Pb/Entry.pm index 0516053..f2fa962 100644 --- a/lib/Gruntmaster/Page/Pb/Entry.pm +++ b/lib/Gruntmaster/Page/Pb/Entry.pm @@ -31,7 +31,7 @@ HTML sub _generate{ my ($self, $htc, $path, $lang) = @_; - $path =~ m,(?:ct/([^/])+/)?pb/(\w+)\.html$,; + $path =~ m,(?:ct/([^/]+)/)?pb/(\w+)\.html$,; my ($contest, $id) = ($1, $2);