Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-7478 now.

</forrm> needed (fix completed in vcs)

</form> needed in Prosilver viewforum_body.html

the form open here
Code: Select all
    <!-- IF not S_USER_LOGGED_IN -->

        <
form action="{S_LOGIN_ACTION}" method="post"


but it doesn't close after ...

solution add this befor<!-- ENDIF -->
Code: Select all
<form>
 

Comments / History

Posted by php2bx on Jun 24th 2008, 12:22

sorry add this whit slash
Code: Select all
</form>
 

Posted by bantu (3.0 Release Manager) on Jun 24th 2008, 12:54

Yes. Thank you.

Linked ticket with changeset: r8673

Action performed by Anonymous (I am too lazy to register) on Jun 24th 2008, 20:59

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Jun 24th 2008, 20:59

Ticket details

Related SVN changesets