From 8edd27dcdc9db32c5c9ac2d7a9a8260b94c8d6f3 Mon Sep 17 00:00:00 2001
From: Ralf Becker
Date: Tue, 24 Jul 2007 08:53:05 +0000
Subject: [PATCH] fixed documentation bug reported by
aleksander.adamowski-AT-olo.org.pl
---
etemplate/doc/etemplate.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etemplate/doc/etemplate.html b/etemplate/doc/etemplate.html
index c45dc486fb..5d5e9c4c35 100644
--- a/etemplate/doc/etemplate.html
+++ b/etemplate/doc/etemplate.html
@@ -419,7 +419,7 @@ and fill the content:
}
array_unshift($found,false); // change the array to start with index 1
$content = array(
- 'msg' => lang('%1 matches on search criteria',count($found)),
+ 'msg' => lang('%1 matches on search criteria',count($found)-1),
'entry' => $found,
);
$this->tmpl->read('et_media.show');