summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-14 22:03:02 +0100
committerYorhel <git@yorhel.nl>2008-11-14 22:03:02 +0100
commita7345feff021144bf8cedda262541941abbef5d1 (patch)
tree74946d862cb5952506fa77fd5eee8729460d715b /lib/VNDB/Handler/Producers.pm
parent464037b2c29b37ce95d82c5cdefef90a2d31d0c3 (diff)
"Search the database" linkfix
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index 90c49953..43588031 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -134,7 +134,7 @@ sub edit {
li; lit qq|Check for any existing discussions on the <a href="/t/p$pid">discussion board</a>|; end;
li; lit qq|Browse the <a href="/p$pid/hist">edit history</a> for any recent changes related to what you want to change.|; end;
} else {
- li; lit qq|<a href="/p">Search the database</a> to see if we already have information about this producer|; end;
+ li; lit qq|<a href="/p/all">Search the database</a> to see if we already have information about this producer|; end;
}
end;
end;