summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 04:10:57 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 04:10:57 +0000
commite59b8c87585bdb044d9a3fd7a712a0cfcb93ad48 (patch)
tree4fa54a20778f2d276644ccd0f7c6d476f4a00ebc /actions
parent4c58e6b312e78f37031b180ee1dc42bc6d583f5d (diff)
parent112dd08c628c31840453b357d74a7b5c25550660 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r--actions/showgroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index 72738d785..99367a97c 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -380,7 +380,7 @@ class ShowgroupAction extends Action
'short messages about their life and interests. '.
'[Join now](%%%%action.register%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'),
$this->group->nickname);
- $this->elementStart('div', 'anonymous');
+ $this->elementStart('div', array('id' => 'anon_notice'));
$this->raw(common_markup_to_html($m));
$this->elementEnd('div');
}