Presuming that this is line 24:
There is an extra quote in there.
If the user was 'Bob' then what this would produce is:
There are three quotes in that line of html.
I think you should be removing the second one.
Also I would suggest you do some sort of Url Encoding if you are going to build up a URL
string in this fashion.