Topic: profile.php not well formed (div, fieldset)

In PunBB version 1.2.11 in profile.php at the lines starting from line 1201 there is a wrong order.

Lines starting at 1201 are:

                        </div>
<?php endif; ?>                    </fieldset>

and they should be:

<?php endif; ?>
                        </div>
                    </fieldset>

Re: profile.php not well formed (div, fieldset)

Thanks. This might be fixed in 1.3 already, but I'll make a note of it to make sure.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: profile.php not well formed (div, fieldset)

Rickard wrote:

Thanks. This might be fixed in 1.3 already, but I'll make a note of it to make sure.

You make 1.3 sound close.... or would that just be me. wink

4 (edited by Jansson 2006-05-10 19:27)

Re: profile.php not well formed (div, fieldset)

StevenBullen wrote:
Rickard wrote:

Thanks. This might be fixed in 1.3 already, but I'll make a note of it to make sure.

You make 1.3 sound close.... or would that just be me. wink

I think we just won't see a 1.2.12 unless there are some serious security issues discovered smile