Hai kenuck,
While i was checking my theme I found that my layout got messed when I select the My friends link.
Then i began to scrutanize my lay out i found this error

<div class="slideMenu-title" />
			 Action
			</div>

here you can see a '/' before the angled bracket. This was actually causing the problem.
This code is on friend.module file line number 581

modify code from
<div class=\"slideMenu-title\"  />
to 
<div class=\"slideMenu-title\"/>

Hope this will help.
Naveen P.L.

Comments

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 203320)