Removed issue in override

This commit is contained in:
Christian Wolf 2021-12-03 17:45:07 +01:00
parent e1ceea4459
commit 07661dcb3e

View File

@ -88,7 +88,7 @@ $listDirn = $this->escape($this->state->get('list.direction'));
<?php $location[] = $item->country; ?>
<?php endif; ?>
<?php
echo implode($location, ', ');
echo implode(', ', $location);
if(! empty($location))
echo "<br />";
?>