Topic: wrong closing tag
I don't know how can I report it on trac, so I am reporting it here:
profile.php #2317 has a wrong closing tag.
<h2 class="warn hn"><?php echo $lang_profile['Profile update errors'] ?></h3>
which should be:
<h2 class="warn hn"><?php echo $lang_profile['Profile update errors'] ?></h2>