summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-19 16:57:04 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-19 16:57:04 +0000
commit8a537a3a6176280802fe205759eec35e5c757f56 (patch)
treef3ea8bdd67531fa9e3558b730b50245b7bda969a /actions
parent7ca32eb2e6d36b9173bb2864c439492034f0beaf (diff)
parentbc15d027a804e60e76bdaf6fd47e69d41b395e7e (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r--actions/shownotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 52faba93e..7033a1672 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');