Topic: Missing <DIV> in profile.php
in profile.php there is a closing DIV missing.
There are 2 instances of this:
<legend><?php echo $lang_profile['User activity'] ?></legend>
<div class="infldset">
It should be:
<legend><?php echo $lang_profile['User activity'] ?></legend>
<div class="infldset"></div>