diff --git a/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php b/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php index 8dd7c8a..c38b141 100644 --- a/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php +++ b/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php @@ -46,9 +46,8 @@ class VectorCallbacks extends Callbacks public function generateRow($row) { return sprintf( - '%s %s (%s)', + '%s (%s)', $row['title'], - $row['alias'], $this->getFormatter()->formatValue('type', $row['type']) ); }