forked from extern/egroupware
Remove excessive BR tag from email tag
This commit is contained in:
parent
e9c960671a
commit
dda3b1f5d1
@ -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") + ":<br/>" + option.n_fn}"
|
||||
statustext="${this.egw().lang("Open existing contact") + option.n_fn}"
|
||||
>
|
||||
</et2-lavatar>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user