Active
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2008 at 11:30 UTC
Updated:
20 Sep 2008 at 11:30 UTC
Jump to comment: Most recent
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