1
Hi:
In XOOPS 2.3.3 (and previous versions I guess), a post or comment that has some Youtube video embed with Xoopscode "Youtube" won't pass
HTML Validation.
I think this can be fixed modifying line 75 in the archive class/textsanitize/youtbe/youtube.php:
$code = "";
Changing it to, for example, this:
$code = "";
Regards: Colossus