strings are encoded twice in UTF-8

This commit is contained in:
Paul de Rosanbo 2016-01-21 12:14:14 +01:00
parent 88919a43fd
commit 2c79c5baaf

View File

@ -52,6 +52,7 @@ class ParuVenduImmoBridge extends BridgeAbstract
$item['uri'] = self::URI.$href;
$item['title'] = $element->title;
$item['content'] = $img.$desc.$price;
$this->items[] = $item;
}