]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in profileminilist class
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 15 Jun 2009 05:09:17 +0000 (22:09 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 15 Jun 2009 05:09:17 +0000 (22:09 -0700)
lib/profileminilist.php

index 0c02e2735e70113ad1045154406c42d177f4e9e0..09bef6f7c6158a054c806b210add89c8b3b2daea 100644 (file)
@@ -49,7 +49,7 @@ class ProfileMiniList extends ProfileList
 {
     function startList()
     {
-        $this->out->elementStart('ul', 'entity users xoxo');
+        $this->out->elementStart('ul', 'entities users xoxo');
     }
 
     function newListItem($profile)