diff options
Diffstat (limited to 'examples/consumer/try_auth.php')
-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>"); |