Skip to content

Commit 9542ce3

Browse files
author
Douglas Radburn
committed
reverted linebreak in xml
1 parent 295aab9 commit 9542ce3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/etc/config.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ T: {{var telephone}}
8787
{{depend street3}}{{var street3}}|{{/depend}}
8888
{{depend street4}}{{var street4}}|{{/depend}}
8989
90-
{{if city}}{{var city}},|{{/if}}
91-
{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}|{{/if}}
90+
{{if city}}{{var city}},|{{/if}}{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}|{{/if}}
9291
{{var country}}|
9392
{{depend telephone}}T: {{var telephone}}|{{/depend}}
9493
{{depend fax}}F: {{var fax}}|{{/depend}}

0 commit comments

Comments
 (0)