From: Evan Prodromou Date: Mon, 15 Jun 2009 05:09:17 +0000 (-0700) Subject: typo in profileminilist class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7097804eeb0c648391544f55e32bd66bc35bcdb1;p=quix0rs-gnu-social.git typo in profileminilist class --- diff --git a/lib/profileminilist.php b/lib/profileminilist.php index 0c02e2735e..09bef6f7c6 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -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)