From: sarven Date: Mon, 19 Jan 2009 16:50:22 +0000 (+0000) Subject: Changed @id to @class for notices ul X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc15d027a804e60e76bdaf6fd47e69d41b395e7e;p=quix0rs-gnu-social.git Changed @id to @class for notices ul --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 52faba93ef..7033a1672b 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -190,7 +190,7 @@ class ShownoticeAction extends Action function showContent() { - $this->elementStart('ul', array('id' => 'notices')); + $this->elementStart('ul', array('class' => 'notices')); $nli = new NoticeListItem($this->notice, $this); $nli->show(); $this->elementEnd('ul');