]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct class for ul
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:23:50 +0000 (19:23 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:23:50 +0000 (19:23 -0400)
darcs-hash:20080709232350-84dde-3e33baad97a5f39f601d8fc5b117a37e182f3ef3.gz

actions/noticesearch.php

index 54911d83b8afd4b522fc17616130705bdbe29814..8b2082e8c26e72b82a0fc296fc6ad04ce2bf8f84 100644 (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);