diff --git a/components/com_contact/views/category/tmpl/default_items.php b/components/com_contact/views/category/tmpl/default_items.php index 3b14dee0ba5fc..99ccbe3df71be 100644 --- a/components/com_contact/views/category/tmpl/default_items.php +++ b/components/com_contact/views/category/tmpl/default_items.php @@ -77,17 +77,17 @@ params->get('show_email_headings')) : ?> email_to; ?>
+ params->get('show_suburb_headings') && !empty($item->suburb)) : ?> - suburb . ', '; ?> + suburb; ?> - params->get('show_state_headings') && !empty($item->state)) : ?> - state . ', '; ?> + state; ?> - params->get('show_country_headings') && !empty($item->country)) : ?> - country; ?>
+ country; ?> +