Replace + with 00 to the address in the bottom, too

Customer requested it
This commit is contained in:
jordi fita mas 2024-02-03 01:04:25 +01:00
parent daf6326652
commit de03443c25
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}