From: Evan Prodromou Date: Wed, 9 Jul 2008 23:23:50 +0000 (-0400) Subject: correct class for ul X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a6bf9a31ab3e4bf0422eedf5aa5845f36512d43;p=quix0rs-gnu-social.git correct class for ul darcs-hash:20080709232350-84dde-3e33baad97a5f39f601d8fc5b117a37e182f3ef3.gz --- diff --git a/actions/noticesearch.php b/actions/noticesearch.php index 54911d83b8..8b2082e8c2 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -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);