New Evaluation Form processing
Brought to you by:
sfbrent
On the UTD Evaluation website the first listing for
Professor Stone does not display because the html was
not generated correctly.
Code:
<option value="Stone (aka. "stonedoubt he told us), H
e>Stone (aka. "stonedoubt he told us), H e
Apparently, the "Add professor evaluation" form
processing function did not expect what was sent.
However, the problem could be elsewhere.
Logged In: YES
user_id=143553
I believe the problem here is that the quote marks (") in
the last name are messing up the HTML. The easiest fix
would be to just remove that character but we need to decide
on a method for escaping HTML entities.
Logged In: YES
user_id=143553
This is now fixed in CVS. There was also a problem with
variables being quoted in the regular expressions used for
searching.