diff --git a/etemplate/doc/etemplate.html b/etemplate/doc/etemplate.html
index 98766fc428..37104721d4 100644
--- a/etemplate/doc/etemplate.html
+++ b/etemplate/doc/etemplate.html
@@ -319,7 +319,7 @@ We are only lacking some way to show if we get more than one match on a search,
$entry[$row] = $data;
}
$content = array(
- 'msg' => lang('%d matches on search criteria',,count($found)),
+ 'msg' => lang('%d matches on search criteria',count($found)),
'entry' => $entry // et_media.show.rows uses this, as we put 'entry' in the Options-field
);
$this->tmpl->read('et_media.show'); // read the show-template