When I download a vcard, it doesn't import properly into my Addressbook.
Seems like the problem is that the newline character \n gets printed in the $output string.

Changing single quotes to double seems to fix how the vcard outputs.

CommentFileSizeAuthor
vcardfields-newlines.patch1.54 KBzrpnr

Comments

michaelpporter’s picture

Addressed in 1.5 Please review

michaelpporter’s picture

Assigned: Unassigned » michaelpporter
zrpnr’s picture

Version: 7.x-1.4 » 7.x-1.5
Status: Needs review » Reviewed & tested by the community

Tested 1.5, It now outputs new lines correctly, thanks.

michaelpporter’s picture

They should all be double now...will check.

edit: oops, did not see the followup when I clicked in.

michaelpporter’s picture

Status: Reviewed & tested by the community » Closed (fixed)

  • Commit 422733b on 7.x-1.x, 7.x-2.x-dev by michaelpporter:
    Issue #1960670 by zrpnr,michaelpporter : updating output from single to...

  • Commit 422733b on 7.x-1.x, 7.x-2.x-dev, 7.x-2.x by michaelpporter:
    Issue #1960670 by zrpnr,michaelpporter : updating output from single to...