diff options
author | tailor <cygnus@janrain.com> | 2007-03-19 18:14:51 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-19 18:14:51 +0000 |
commit | 874031d1e516c1061c0355819205d4ece65c3dd1 (patch) | |
tree | de54a1012e975a1a82cf7265057f43ad3d01e54a /examples | |
parent | f8557f01b3b6981025e8fa4d8ba04df135d89c23 (diff) | |
download | php-openid-874031d1e516c1061c0355819205d4ece65c3dd1.zip php-openid-874031d1e516c1061c0355819205d4ece65c3dd1.tar.gz php-openid-874031d1e516c1061c0355819205d4ece65c3dd1.tar.bz2 |
[project @ Fix javascript in example consumer]
Diffstat (limited to 'examples')
-rw-r--r-- | examples/consumer/try_auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/consumer/try_auth.php b/examples/consumer/try_auth.php index 37bb35d..691683e 100644 --- a/examples/consumer/try_auth.php +++ b/examples/consumer/try_auth.php @@ -85,7 +85,7 @@ function run() { "<html><head><title>", "OpenID transaction in progress", "</title></head>", - "<body onload='document.getElementById(\"<?=$form_id?>\").submit()'>", + "<body onload='document.getElementById(\"".$form_id."\").submit()'>", $form_html, "</body></html>"); |