MyBB Community Forums

Full Version: IE 10 quick reply problem after Xthreads instalation!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You have comment tags. Removing them should solve the problem.

How it is right now

Quote:<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form"><!-- id="quick_reply_form" -->

How it should be

Quote:<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
Thanks very much that was the problem it works now!
Pages: 1 2