On Friday, July 29, 2011 8:33:31 PM UTC-4, pbreit wrote:
>
> Try {{=XML(user.skype)}}
web2py templates don't escape spaces, so XML shouldn't do anything here.
Check the rendered HTML source code -- if user.skype has spaces in it, then
the spaces should still be there in the rendered HTML. I suppose the
browser/client might be doing the URL encoding when the link is clicked.
Anyway, according to Skype, usernames cannot include spaces or special
characters:
*Your Skype Name is your unique username for Skype. It must be between 6-32
characters, start with a letter and contain only letters and numbers (no
spaces or special characters).*
Anthony