diff options
author | tailor <cygnus@janrain.com> | 2007-03-12 17:07:52 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-12 17:07:52 +0000 |
commit | 3ecab444f21f4e204ddf9d5daf0e62d3cf453799 (patch) | |
tree | 303a1bf69fd23732b781f17880c757cf404e6c72 /examples/detect.php | |
parent | 017706efb0b42da71656b59ff322471b4b85f828 (diff) | |
download | php-openid-3ecab444f21f4e204ddf9d5daf0e62d3cf453799.zip php-openid-3ecab444f21f4e204ddf9d5daf0e62d3cf453799.tar.gz php-openid-3ecab444f21f4e204ddf9d5daf0e62d3cf453799.tar.bz2 |
[project @ Remove HTML tags from format-agnostic output]
Diffstat (limited to 'examples/detect.php')
-rw-r--r-- | examples/detect.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/detect.php b/examples/detect.php index cc3a00c..dc4a17a 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -471,9 +471,9 @@ if (!($_file1 && $_file2)) { } if ($result) { - $out .= $r->h2('<font color="green">Setup Complete!</font>'); + $out .= $r->h2('Setup Complete!'); } else { - $out .= $r->h2('<font color="red">Setup Incomplete.</font>'); + $out .= $r->h2('Setup Incomplete'); } } |