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>
|
{{ .Address }}<br>
|
||||||
{{ .PostalCode}} · {{ .City }} · {{ .Province }}<br>
|
{{ .PostalCode}} · {{ .City }} · {{ .Province }}<br>
|
||||||
{{ .Country }}<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>
|
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
|
||||||
</address>
|
</address>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue