From: short <> Date: Thu, 16 Oct 2003 14:12:01 +0000 (+0000) Subject: Remove project lists visible CVS IDs as the page is already long enough. X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=de54f68329082f11a9926a99a832a4550bb17640 Remove project lists visible CVS IDs as the page is already long enough. --- diff --git a/project/Index.html.pl b/project/Index.html.pl index bee2eae..eac89ee 100755 --- a/project/Index.html.pl +++ b/project/Index.html.pl @@ -36,6 +36,7 @@ My::Web->init( "section"=>"Projects", "rel_up"=>top_dir(), "rel_start"=>top_dir(), + "footer_ids"=>0, ); My::Web->heading(); diff --git a/project/List.html.pl b/project/List.html.pl index c03b5be..7680b99 100755 --- a/project/List.html.pl +++ b/project/List.html.pl @@ -39,6 +39,7 @@ My::Web->init( }, "rel_up"=>top_dir(), "rel_start"=>top_dir(), + "footer_ids"=>0, ); My::Web->heading();