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>

Re: wrong closing tag

rijuru, thanks for report.
We use https://github.com/punbb/punbb/issues/milestones as bug tracker.

Re: wrong closing tag

dimkalinux wrote:

rijuru, thanks for report.
We use https://github.com/punbb/punbb/issues/milestones as bug tracker.

Hi,
Ops, I noticed it earlier but forgot it. From now on I will report there.

Thanks

Re: wrong closing tag

Fixed.

Re: wrong closing tag

dimkalinux wrote:

Fixed.

thanks smile

through github i will be able to report issues faster smile