Some fixes to broken-ported 'resume' references.
[www.jankratochvil.net.git] / resume / ResumeJanKratochvil.pm
index 8d01fb7..55f51b8 100644 (file)
@@ -42,8 +42,8 @@ my($self)=@_;
                "eMail"   =>(map({ a_href("mailto:$_",$_); } 'job@jankratochvil.net'))[0],
                "Projects"=>a_href('http://www.jankratochvil.net/project/'),
                "Resume"  =>a_href('http://www.jankratochvil.net/resume/')."<br />"
-                          ."[ ".a_href('/resume/Resume-JanKratochvil.pdf','PDF')
-                          ."| ".a_href('/resume/Resume-JanKratochvil.txt','text')
+                          ."[ ".a_href('/resume/ResumeJanKratochvil.pdf','PDF')
+                          ."| ".a_href('/resume/ResumeJanKratochvil.txt','text')
                           ."]",
                "OpenPGP" =>a_href('/pgp-JanKratochvil.txt','')
                            .'pub  1024D/26A802B2 2004-01-17'."<br />"
@@ -366,6 +366,6 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+exit;
 }
 1;