"Character '&' in address data causes wrong data". This was also the case for the 'N' property.
This commit is contained in:
parent
a77f3a07a1
commit
5458e52935
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class OC_Contacts_VCard{
|
|||
*/
|
||||
public static function structureProperty($property){
|
||||
$value = $property->value;
|
||||
$value = htmlspecialchars($value);
|
||||
//$value = htmlspecialchars($value);
|
||||
if($property->name == 'ADR' || $property->name == 'N'){
|
||||
$value = OC_VObject::unescapeSemicolons($value);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue