From c87ce03692606f733535e315840a2b41eb31d189 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 16 Oct 2003 07:07:30 +0000 Subject: [PATCH] Fatal typo. --- project/captive/doc/Macros.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/captive/doc/Macros.pm b/project/captive/doc/Macros.pm index 42cc840..21dfdaa 100755 --- a/project/captive/doc/Macros.pm +++ b/project/captive/doc/Macros.pm @@ -91,7 +91,7 @@ my($class,$where)=@_; if $My::Web::W->{"rel_up"} && !($where && $where eq "footer"); print ''."\n"; print ''; - print img "/My/arrow-right","Next document"),"a_href"=>$My::Web::W->{"rel_next"} + print img "/My/arrow-right","Next document","a_href"=>$My::Web::W->{"rel_next"} if $My::Web::W->{"rel_next"}; print ''."\n"; print ''."\n"; -- 1.8.3.1