Closed
Description
The following causes an error "Invalid parameters passed" in Rels
HTMLParser::addHtml($section,'<a title="Link to Foo">Foo</a>',false);
The link above is nonsense logically (no href and no name makes it pointless in HTML) but it's still valid HTML. The lack of href causes an exception rather than (for example) rendering it as unlinked text.