summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkramm <kramm>2004-06-06 16:48:08 +0000
committerkramm <kramm>2004-06-06 16:48:08 +0000
commita6854b7e1ebe18ae3d509aac34c2485c7caf5240 (patch)
tree094671421dbea8e84ecd6295ca072710d4b482c7 /doc
parent3bf3d6b49d5a2ac8c5fb01dcba386bb5517f2882 (diff)
fixed "next" link.
Diffstat (limited to 'doc')
-rw-r--r--doc/seperate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/seperate.pl b/doc/seperate.pl
index 45e7103a..900e8a3c 100644
--- a/doc/seperate.pl
+++ b/doc/seperate.pl
@@ -73,7 +73,7 @@ for($nr=1;$nr<$num;$nr++) {
} else {
$t2 =~ s/__prevlink__/&nbsp;/;
}
- if($nr < $num) {
+ if($nr < $num-1) {
$next= $names[$nr+1];
$anext = $basename.".".($nr+1).".".$extension;