Replace + with 00 to the address in the bottom, too
Customer requested it
This commit is contained in:
parent
daf6326652
commit
de03443c25
|
@ -143,7 +143,7 @@
|
|||
{{ .Address }}<br>
|
||||
{{ .PostalCode}} · {{ .City }} · {{ .Province }}<br>
|
||||
{{ .Country }}<br>
|
||||
<abbr>T</abbr> <a href="tel:{{ replaceAll .Phone " " "" }}">{{ .Phone }}</a><br>
|
||||
<abbr>T</abbr> <a href="tel:{{ replaceAll .Phone " " "" }}">{{ replaceAll .Phone "+" "00 " }}</a><br>
|
||||
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
|
||||
</address>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue