Skip to content

Commit

Permalink
BUGFIX render $Country as upper case (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Aug 14, 2024
1 parent cf0e297 commit d9444e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% if $City || $State || $PostalCode %>
<br>
<% end_if %>
<% if $Country %>$Country<% end_if %>
<% if $Country %>$Country.UpperCase<% end_if %>
</p>
</address>
<% end_if %>
Expand Down

0 comments on commit d9444e4

Please sign in to comment.