diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 22:09:17 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 22:09:17 -0700 |
commit | 7097804eeb0c648391544f55e32bd66bc35bcdb1 (patch) | |
tree | 4faf7bd82ba4df2e1166db6b3e67fd6cd9bfc943 | |
parent | bef643352d573235aedbdd93125e93c42edb306b (diff) |
typo in profileminilist class
-rw-r--r-- | lib/profileminilist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profileminilist.php b/lib/profileminilist.php index 0c02e2735..09bef6f7c 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) |