summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-19 18:14:51 +0000
committertailor <cygnus@janrain.com>2007-03-19 18:14:51 +0000
commit874031d1e516c1061c0355819205d4ece65c3dd1 (patch)
treede54a1012e975a1a82cf7265057f43ad3d01e54a /examples
parentf8557f01b3b6981025e8fa4d8ba04df135d89c23 (diff)
downloadphp-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.php2
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>");