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');