summaryrefslogtreecommitdiffstats
path: root/examples/consumer/try_auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/consumer/try_auth.php')
-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>");