On line 110 in action.php the deprecated <center> tag is used which is not part of the XHTML 1.1 specs.
Because class "center" is already defined in style.css of the NOCC themes, a possible solution is to replace:
<center>
...
</center>
by
<div class="center">
...
</div>
Logged In: YES
user_id=75246
Originator: NO
I made a bugfix (#1922557) for you.
Logged In: YES
user_id=1511744
Originator: YES
Thanks radical-tobi. Will your bugfix will be included in a next CVS build?
Logged In: YES
user_id=652377
Originator: NO
> Will your bugfix will be included in a next CVS build?
Yes it will! :)
I just committed the patch from radical-tobi to CVS. But I have unfortunately not the rights to close this bug as fixed. Hopefully Arnaud will do this for me.
Thank you for the bug report!
Logged In: YES
user_id=529507
Originator: NO
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the bug report.