Commit 22795450 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fiche organisation : Le pays est affiché entre parenthèse

parent 9e15e245
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
                        . $organization->getStreet3() . '<br/>'
                        . $organization->getZipcode() . ' '
                        . $organization->getCity()
                        . ($organization->getCountry()??' (' . $organization->getCountry() . ')')
                        . ($organization->getCountry()?' (' . $organization->getCountry() . ')' : "")
                        ?>
                    </address>
                </dd>