From 3093982d0b3490c5c952c51eafa334b07543880c Mon Sep 17 00:00:00 2001 From: tailor Date: Mon, 12 Mar 2007 18:29:26 +0000 Subject: [project @ Typo fix] --- examples/detect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '.'; -- cgit v1.1