fix a mcdowell template bug

This commit is contained in:
Sina Atalay 2024-02-11 19:36:38 +01:00
parent 7d91cea70e
commit 41ad5c54a1
1 changed files with 2 additions and 2 deletions

View File

@ -40,5 +40,5 @@
% Set applicant's personal data for header
\name{<<cv.name>>}
\address{<<cv.location>>}
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email>>}
\address{<<cv.location|default("")>>}
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email|default("")>>}