diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:09:34 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 18:09:34 +0000 |
commit | ccf5f58608db6ff6fab43f64782b73c5e4ad4d39 (patch) | |
tree | 9b45ceebe08dcc39dd86c7be11f284901fdd262a | |
parent | 4f100c8159536283247ee27cda3eafcbae14b16d (diff) |
Extra whitespace in profilelist
-rw-r--r-- | lib/profilelist.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index 0dbc7f215..fdc71ab8d 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -87,7 +87,6 @@ class ProfileList extends Widget function showProfile() { - $this->out->elementStart('li', array('class' => 'profile_single', 'id' => 'profile-' . $this->profile->id)); |