diff --git a/templates/Dynamic/Elements/CustomerService/Elements/ElementCustomerService.ss b/templates/Dynamic/Elements/CustomerService/Elements/ElementCustomerService.ss index abd360c..147d2eb 100644 --- a/templates/Dynamic/Elements/CustomerService/Elements/ElementCustomerService.ss +++ b/templates/Dynamic/Elements/CustomerService/Elements/ElementCustomerService.ss @@ -22,7 +22,7 @@ <% if $City || $State || $PostalCode %>
<% end_if %> - <% if $Country %>$Country<% end_if %> + <% if $Country %>$Country.UpperCase<% end_if %>

<% end_if %>