Subject: | double quotes in output not appropriate |
e-mail addresses typed into forms aren't passed properly. This is because
of the "@" sign and the fact that Recorder puts arguments in double quotes,
like this:
$agent->field("given_email", "foo@bar.example.org");
This can also be a problem if dollar signs are typed in.
Single quotes instead of double should fix this.