From: short <> Date: Thu, 10 Jul 2003 19:15:14 +0000 (+0000) Subject: Footer $Id$ back again. X-Git-Tag: bp_modperl X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=b1db84dfd24064aa8bdf9edc49b417f9f2ffb2b2 Footer $Id$ back again. --- diff --git a/Web.pm b/Web.pm index 957507f..013274a 100644 --- a/Web.pm +++ b/Web.pm @@ -199,10 +199,8 @@ my($delimit)=@_; exit(1) if $footer_passed++; # deadlock prevention: - if (0) { - print "

 

\n" if $delimit; - print "
\n

$cvs_id_html

\n"; - } + print "

 

\n" if $delimit; + print "
\n

$cvs_id_html

\n"; print "\n"; exit(0); }