Skip to content

Commit ffeb0e8

Browse files
committed
leerzeich und Bindestriche in telfonnummer entfernt
1 parent be57292 commit ffeb0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lzv/content/views/templates/contacts.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<p>
4848
${python: col['job']}<br />
4949
<a href="#" tal:attributes="href string:mailto:${col/email}">${python: col['email']}</a><br />
50-
<a href="#" tal:attributes="href string:tel:${col/phone}">${python: col['phone']}</a>
50+
<a href="#" tal:attributes="href python:'tel:' + col['phone'].replace(' ','').replace('-','')">${python: col['phone']}</a>
5151
</p>
5252
</div>
5353
</tal:block>

0 commit comments

Comments
 (0)