From 9bf452e4527408c98c0d967f6ed1a58b5c8a36ac Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 28 Aug 2005 06:34:43 +0000 Subject: [PATCH] No longer depend on undef()ed "heading"/"footing"/... - undef() is too sensitive to the weather, force it instead by: 0 Simplified all s centering by using new css rule: class="margin-center" --- resume/ResumeJanKratochvil.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resume/ResumeJanKratochvil.pm b/resume/ResumeJanKratochvil.pm index a59986d..413bff3 100644 --- a/resume/ResumeJanKratochvil.pm +++ b/resume/ResumeJanKratochvil.pm @@ -57,8 +57,8 @@ sub handler my $W=My::Web->init( "title"=>"Resume", "section"=>"Resume", - "heading"=>undef(), - "footer"=>undef(), + "heading"=>0, + "footer"=>0, "css_push"=>"/resume/ResumeJanKratochvil.css", "args_check"=>{ "referees"=>'', # Do not bother with '^(?:(?i)referees)?$' @@ -142,7 +142,7 @@ my $uClinux=a_href 'http://www.uclinux.com/','uClinux'; my $now=(localtime())[5]+1900; print <<"HERE"; -
+
HERE my @contact=__PACKAGE__->Contact(); while (@contact) { @@ -156,7 +156,7 @@ while (@contact) { HERE } print <<"HERE"; -
+ @{[ vskip "3ex" ]} -- 1.8.3.1