]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
anon_notice
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 23 Jan 2009 04:10:40 +0000 (04:10 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 23 Jan 2009 04:10:40 +0000 (04:10 +0000)
actions/showgroup.php

index 72738d7853da15236f590db9372cdbf47e1402f8..99367a97cb6db84b534891cf6d3a2f7d99c613d0 100644 (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');
     }