Edit: Fixed!

http://careers.stackoverflow.com/smark
share|improve this question
3  
I fear the day users create accounts to launch attacks on unsuspecting recruiters, I thought plain old resumes were good enough ... then some NLP at the interview. – phwd Mar 30 '11 at 5:31
3  
Ohhhh boy! Finally an opportunity to test $("div").wrap("<marquee>"); :) – Pekka 웃 Mar 30 '11 at 6:23

1 Answer

up vote 4 down vote accepted

Fixed, thanks for reporting it. The Website URL field wasn't being HTML encoded, and the regex that was making sure it looked like a valid URL was missing a $ on the end, so it was really only making sure it started with a valid URL. Both bugs have been fixed.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged