summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-16 16:26:53 +0200
committerYorhel <git@yorhel.nl>2020-04-17 09:32:16 +0200
commit17445db2d7d7ce34616e21dd5cce6d8c81b66c21 (patch)
treea68822887460ee28ca2a72d0b334babc5898c479 /lib/VNDB
parent86c0a244fa47a301c43e0750cedff494b0d0ef64 (diff)
v2rw/VN::Page: Start conversion of VN pages
Currently implemented: - Revision diff - Info box & tags (already implemented from /v+/chars page) - Stats There's a few annoying TODO's left, this conversion will take some effort.
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 30ddb43c..89ee33c9 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -15,7 +15,7 @@ TUWF::register(
qr{v/rand} => \&rand,
qr{v([1-9]\d*)/releases} => \&releases,
qr{v([1-9]\d*)/staff} => sub { $_[0]->resRedirect("/v$_[1]#staff") },
- qr{v([1-9]\d*)(?:\.([1-9]\d*))?} => \&page,
+ qr{old/v([1-9]\d*)(?:\.([1-9]\d*))?} => \&page,
);