diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 16:57:04 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 16:57:04 +0000 |
commit | 8a537a3a6176280802fe205759eec35e5c757f56 (patch) | |
tree | f3ea8bdd67531fa9e3558b730b50245b7bda969a /actions | |
parent | 7ca32eb2e6d36b9173bb2864c439492034f0beaf (diff) | |
parent | bc15d027a804e60e76bdaf6fd47e69d41b395e7e (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 2 |
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'); |