No longer depend on undef()ed "heading"/"footing"/...
[www.jankratochvil.net.git] / resume / ResumeJanKratochvil.pm
index a59986d..413bff3 100644 (file)
@@ -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";
-<table width="100%" style="border-style: none;"><tr><td align="center"><table>
+<table border="0" class="margin-center">
 HERE
 my @contact=__PACKAGE__->Contact();
 while (@contact) {
@@ -156,7 +156,7 @@ while (@contact) {
 HERE
        }
 print <<"HERE";
-</table></td></tr></table>
+</table>
 
 @{[ vskip "3ex" ]}