BUG: Newlines are injected into FN: (full name) #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Sometimes newlines are injected into the value of FN: in the vCard.
This creates error, when trying to open the vCard:

Removing the newlines manually, fixes the problem.
Root cause?
in
vcard.jsnewlines are injected 3 places.Here:
Here:
And here:
Where is the bug? I honestly don't know what to do with this. Do you have an idea @nilsnh ?
best regards, @Arxcis
Update of investigation
I found that Facebook actually injects \n in the middle of names on screens with smaller width... 🤷♂️ Ok.
For now, I will just try to replace them and move on with it. Thanks!