diff options
author | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:29:26 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-03-12 18:29:26 +0000 |
commit | 3093982d0b3490c5c952c51eafa334b07543880c (patch) | |
tree | c5d5d5a6d97c882774b7906e8851fe8769b4dd40 /examples/detect.php | |
parent | 47c224ffa920d3ed247421a2df228829189021fc (diff) | |
download | php-openid-3093982d0b3490c5c952c51eafa334b07543880c.zip php-openid-3093982d0b3490c5c952c51eafa334b07543880c.tar.gz php-openid-3093982d0b3490c5c952c51eafa334b07543880c.tar.bz2 |
[project @ Typo fix]
Diffstat (limited to 'examples/detect.php')
-rw-r--r-- | examples/detect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.php b/examples/detect.php index 83d7eec..8b86e75 100644 --- a/examples/detect.php +++ b/examples/detect.php @@ -314,7 +314,7 @@ function detect_stores($r, &$out) } else { $text = 'Support was found for '; if (count($found) == 1) { - $text .= $found[0]; + $text .= $found[0] . '.'; } else { $last = array_pop($found); $text .= implode(', ', $found) . ' and ' . $last . '.'; |