From d654b0fb37d6ec3177daa590c30139df5de5e885 Mon Sep 17 00:00:00 2001 From: lace <> Date: Tue, 14 Mar 2006 08:05:16 +0000 Subject: [PATCH] Fixed resume formats whitespacing. --- resume/ResumeJanKratochvil.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resume/ResumeJanKratochvil.pm b/resume/ResumeJanKratochvil.pm index 730f8bf..67d5776 100644 --- a/resume/ResumeJanKratochvil.pm +++ b/resume/ResumeJanKratochvil.pm @@ -43,9 +43,10 @@ my($self)=@_; "eMail" =>a_href('mailto:web@jankratochvil.net'), "Projects"=>a_href('http://www.jankratochvil.net/project/'), "Resume" =>a_href('http://www.jankratochvil.net/resume/')."
" - ."[ ".a_href('/resume/ResumeJanKratochvil.pdf','PDF') - ."| ".a_href('/resume/ResumeJanKratochvil.txt','text') - ."]", + ."[ ".join(" | ", + a_href('/resume/ResumeJanKratochvil.pdf','PDF'), + a_href('/resume/ResumeJanKratochvil.txt','text'), + )." ]", "OpenPGP" =>a_href('/pgp-JanKratochvil.txt','') .'pub 1024D/26A802B2 2004-01-17'."
" .'sub 2048g/A74DF86D 2004-01-17 [expires: 2007-01-16]' -- 1.8.3.1