correct class for ul

darcs-hash:20080709232350-84dde-3e33baad97a5f39f601d8fc5b117a37e182f3ef3.gz
This commit is contained in:
Evan Prodromou 2008-07-09 19:23:50 -04:00
parent abcb014f3d
commit 8a6bf9a31a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class NoticesearchAction extends SearchAction {
if ($cnt > 0) {
$terms = preg_split('/[\s,]+/', $q);
common_element_start('ul', array('id' => 'notice'));
common_element_start('ul', array('id' => 'notices'));
for ($i = 0; $i < min($cnt, NOTICES_PER_PAGE); $i++) {
if ($notice->fetch()) {
$this->show_notice($notice, $terms);