diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 04:10:40 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 04:10:40 +0000 |
commit | 112dd08c628c31840453b357d74a7b5c25550660 (patch) | |
tree | 208fd10ae04299665d78391fffe35a070496cd2c | |
parent | 651a7dc32451e99ea4a06d30ba2a2c0ceb5f5735 (diff) |
anon_notice
-rw-r--r-- | actions/showgroup.php | 2 |
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'); } |