]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupprofileblock.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / groupprofileblock.php
index 30e9a235a291b320beef06edc7d34526e4628acc..10dddb84676b90f6317d91cc5b3ad96828e546ce 100644 (file)
@@ -126,7 +126,7 @@ class GroupProfileBlock extends ProfileBlock
 
     function show()
     {
-        $this->out->elementStart('div', 'group_profile_block section');
+        $this->out->elementStart('div', 'profile_block group_profile_block section');
         if (Event::handle('StartShowGroupProfileBlock', array($this->out, $this->group))) {
             parent::show();
             Event::handle('EndShowGroupProfileBlock', array($this->out, $this->group));