From 0d293a9601aec8b845f13372b62677d5dd9f1bbf Mon Sep 17 00:00:00 2001 From: Reshad Patuck Date: Fri, 28 May 2021 14:40:58 +0530 Subject: [PATCH] fix(moderncvheadiii.sty): remove /null at the end of the address header. This removes the unnecesary newline there. --- moderncvheadiii.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderncvheadiii.sty b/moderncvheadiii.sty index 68eed83..70df0c4 100644 --- a/moderncvheadiii.sty +++ b/moderncvheadiii.sty @@ -90,7 +90,7 @@ \ifthenelse{\isundefined{\@addressstreet}}{}{\addtomakeheaddetails{\addresssymbol\@addressstreet}% \ifthenelse{\equal{\@addresscity}{}}{}{\addtomakeheaddetails[~--~]{\@addresscity}}% if \addresstreet is defined, \addresscity and \addresscountry will always be defined but could be empty \ifthenelse{\equal{\@addresscountry}{}}{}{\addtomakeheaddetails[~--~]{\@addresscountry}}% - \flushmakeheaddetails\@firstmakeheaddetailselementtrue\\\null}% + \flushmakeheaddetails\@firstmakeheaddetailselementtrue\\}% \ifthenelse{\isundefined{\@born}}{}{\addtomakeheaddetails{\bornsymbol\@born}}% \collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number \addtomakeheaddetails{\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}%