From d2a01ead71d9d47a60080c3a13112cfa71e35a1c Mon Sep 17 00:00:00 2001 From: "Mark E. Fuller" Date: Tue, 11 Jan 2022 14:27:02 +0200 Subject: [PATCH] rollback use of detokenize: see issue #79 --- moderncv.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/moderncv.cls b/moderncv.cls index 2c1f9a0..160fbdf 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -513,14 +513,14 @@ \newcommand*{\link}[2][]{% \ifthenelse{\equal{#1}{}}% {\href{#2}{#2}}% - {\href{#2}{\detokenize{#1}}}} + {\href{#2}{#1}}} % makes a http hyperlink % usage: \httplink[optional text]{link} \newcommand*{\httplink}[2][]{% \ifthenelse{\equal{#1}{}}% {\href{http://#2}{#2}}% - {\href{http://#2}{\detokenize{#1}}}} + {\href{http://#2}{#1}}} % makes an https hyperlink @@ -528,14 +528,14 @@ \newcommand*{\httpslink}[2][]{% \ifthenelse{\equal{#1}{}}% {\href{https://#2}{#2}}% - {\href{https://#2}{\detokenize{#1}}}} + {\href{https://#2}{#1}}} % makes an email hyperlink % usage: \emaillink[optional text]{link} \newcommand*{\emaillink}[2][]{% \ifthenelse{\equal{#1}{}}% {\href{mailto:#2}{#2}}% - {\href{mailto:#2}{\detokenize{#1}}}} + {\href{mailto:#2}{#1}}} % makes a tel hyperlink % usage: \tellink[optional text]{link}