diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-21 11:02:08 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-21 11:02:08 -0500 |
commit | 3c8632bada2abec0548f772472e894e608fe2f91 (patch) | |
tree | f59e48a5494c7cb477a73d6ff298d90af2276f91 /lib/profilelist.php | |
parent | 394d1174b73c64f6e37a174ba19fc743a3d72bd1 (diff) |
Removing empty element no longer in use
darcs-hash:20081121160208-eefa4-33005f2d8c3e5e668c928f7c8425ac2731ed153b.gz
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r-- | lib/profilelist.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index e0b6ae9f2..8754c1d88 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -170,10 +170,6 @@ class ProfileList { common_element_end('dl'); common_element_end('div'); } - - common_element_start('p', 'tag_user'); - - common_element_end('p'); } } |