My website is http://www.collegeanswerz.com/. I\'m using rails. The code is for searching for colleges. I want the user to be able to type in the colleges name, click ent
Please check you are using // not \\ by-mistake , like below
//
\\
Wrong:"http:\\stackoverflow.com" Right:"http://stackoverflow.com"