anon_notice

This commit is contained in:
sarven 2009-01-23 04:10:40 +00:00
parent 651a7dc324
commit 112dd08c62
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}