]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilelist.php
Using hCard label instead of location. Matches userprofile.
[quix0rs-gnu-social.git] / lib / profilelist.php
index d970e605ad817126f6c6eb274389bd640129feac..3e5513895ce5c4caebdde866e30b0eeb6f111f7a 100644 (file)
@@ -213,7 +213,7 @@ class ProfileListItem extends Widget
     {
         if (!empty($this->profile->location)) {
             $this->out->text(' ');
-            $this->out->elementStart('span', 'location');
+            $this->out->elementStart('span', 'label');
             $this->out->raw($this->highlight($this->profile->location));
             $this->out->elementEnd('span');
         }