From 112dd08c628c31840453b357d74a7b5c25550660 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 04:10:40 +0000 Subject: [PATCH] anon_notice --- actions/showgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/showgroup.php b/actions/showgroup.php index 72738d7853..99367a97cb 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'); }