When a user creates a submission with "table" and/or "td" tags with attributes in the Note (and/or Synopsis) field, the submission review software displays an invalid 'Mismatched HTML tags' yellow warning. This is due to the fact that class isfdbUI in common/library.py includes "table" and "td" in the self.required_paired_tags list. The list is checked in mismatchedHtmlTagsPresent , which is called from invalidHtmlInNotes. mismatchedHtmlTagsPresent should allow "table" and "td" both with and without attributes.
Anonymous
Diff:
Fixed in common/library.py, installed in SVN 1290 on 2026-03-28. Closing the Bug report.