From aeaf70a472fe8ac24d47c624e5570a11d8707fb6 Mon Sep 17 00:00:00 2001 From: csarven Date: Fri, 21 Nov 2008 11:16:45 -0500 Subject: Fixing bio alignment darcs-hash:20081121161645-eefa4-6e4af82adb69e89ada3fdd5eee8f02bc3aefeed1.gz --- lib/profilelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/profilelist.php') diff --git a/lib/profilelist.php b/lib/profilelist.php index 8754c1d88..26e3f242f 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -32,7 +32,7 @@ class ProfileList { function show_list() { - common_element_start('ul', array('id' => 'profiles')); + common_element_start('ul', array('id' => 'profiles', 'class' => 'profile_list')); $cnt = 0; -- cgit v1.2.3-54-g00ecf