Removed issue in override
This commit is contained in:
parent
e1ceea4459
commit
07661dcb3e
@ -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 />";
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user