Not sure about what I'm saying right now, but I giving a wild guess:
the{{=user.skype}} with space is not url encoded (does not replace
space with %20). I tried the A helper just now, and it does not
urlencode either (that's something that should be fixed, maybe I'll
find the time for it). The think is - there is no urlencoding, so
links that work on the browser, won't work on other programs, such as
skype.On Jul 30, 12:28 am, António Ramos <[email protected]> wrote: > hello > > this line of code works only if user.skype does not contais spaces > > Call using Skype <a > href='skype:{{=user.skype}}?call'>{{=user.skype}}</a><br><hr> > > if the the skype username is* Bin Laden Bush* for example , skype tries to > call Bin%20Laden%20Bush and of course it does not work > > How to resolve this issue? > > thank you > António

