-
Bug
-
Resolution: Fixed
-
3.0.4
-
None
-
PHP Environment:
Database:
If i upload an attachment and do a validation on it, the output isnt XHTML Strict.
<dt><label for="comment_list[0]">File comment:</label></dt>
|
<dd><textarea name="comment_list[0]" id="comment_list[0]" rows="1" cols="35" class="inputbox">test</textarea></dd>
|
Reason being that in for="comment_list[0]" and id="comment_list[0]", those brackets arent allowed.