Closed GoogleCodeExporter closed 9 years ago
The problem is that empty elements in ORG properties are parsed as "null"
values, and the HTML template can't handle nulls.
An example of an ORG property that will cause this error is below:
ORG:one;two;;four
Notice the two, consecutive semicolons after "two". ez-vcard treats this as an
empty element, and thus adds a "null" value to the parsed ORG.
I modified the parse logic so that empty elements are instead parsed as empty
strings (r903). This solves the problem.
Thanks for the report!
Original comment by mike.angstadt
on 22 Apr 2014 at 2:44
Attachments:
Original issue reported on code.google.com by
amarna...@gmail.com
on 22 Apr 2014 at 9:25