From dda3b1f5d17cc01b3eb6c90bec24b3c5cc526118 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 6 Feb 2023 11:33:50 +0100 Subject: [PATCH] Remove excessive BR tag from email tag --- api/js/etemplate/Et2Select/Tag/Et2EmailTag.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/Et2Select/Tag/Et2EmailTag.ts b/api/js/etemplate/Et2Select/Tag/Et2EmailTag.ts index 5f2373ff56..ee16383328 100644 --- a/api/js/etemplate/Et2Select/Tag/Et2EmailTag.ts +++ b/api/js/etemplate/Et2Select/Tag/Et2EmailTag.ts @@ -222,7 +222,7 @@ export class Et2EmailTag extends Et2Tag lname=${option.lname || nothing} fname=${option.fname || nothing} image=${option.photo || nothing} - statustext="${this.egw().lang("Open existing contact") + ":
" + option.n_fn}" + statustext="${this.egw().lang("Open existing contact") + option.n_fn}" > `; }