diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:04:13 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:04:13 +0000 |
commit | a57f12b06c9972b4935b7e21a4c9ea1f34647eb3 (patch) | |
tree | 19252a38deecf4072fc90e2bea630f106273749f /lib/profileminilist.php | |
parent | d72706ce9d44a12b27727b10cf570dfea7c7f896 (diff) |
selector name cleanup
Diffstat (limited to 'lib/profileminilist.php')
-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 f157a5529..56b768419 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -49,7 +49,7 @@ class ProfileMiniList extends ProfileList { function show() { - $this->out->elementStart('ul', 'users xoxo'); + $this->out->elementStart('ul', 'entities users xoxo'); $cnt = 0; |