]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/accountprofileblock.php
Fix i18n issues
[quix0rs-gnu-social.git] / lib / accountprofileblock.php
index 25734f53ed35a17956eba02de8c280d470a4cd20..59c27776018dac7c2bfddaf27e5557bf120bf0e0 100644 (file)
@@ -310,7 +310,7 @@ class AccountProfileBlock extends ProfileBlock
 
     function show()
     {
-        $this->out->elementStart('div', 'account_profile_block section');
+        $this->out->elementStart('div', 'profile_block account_profile_block section');
         if (Event::handle('StartShowAccountProfileBlock', array($this->out, $this->profile))) {
             parent::show();
             Event::handle('EndShowAccountProfileBlock', array($this->out, $this->profile));