From: Evan Prodromou <evan@status.net>
Date: Mon, 7 Mar 2011 17:49:20 +0000 (-0500)
Subject: UR FACE
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=998733cdd44143b1a3ded13f28ff5e848516b1c6;p=quix0rs-gnu-social.git

UR FACE
---

diff --git a/lib/userprofile.php b/lib/userprofile.php
index 0b7efb22fc..9c563db5d0 100644
--- a/lib/userprofile.php
+++ b/lib/userprofile.php
@@ -95,6 +95,8 @@ class UserProfile extends Widget
 
     function showAvatar()
     {
+        $this->out->elementStart('div', 'ur_face');
+
         if (Event::handle('StartProfilePageAvatar', array($this->out, $this->profile))) {
 
             $avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);
@@ -119,6 +121,8 @@ class UserProfile extends Widget
             Event::handle('EndProfilePageAvatar',
                           array($this->out, $this->profile));
         }
+
+        $this->out->elementEnd('div');
     }
 
     function showNickname()