https://bugzilla.wikimedia.org/show_bug.cgi?id=35002
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from T. Gries <[email protected]> 2012-03-06 22:13:06 UTC --- (In reply to comment #1) > (In reply to comment #0) > > Scenario: > > > > if you want to strip all insane tags but allow "a" and "img" tags, you would > > use this > > I also noticed that the function fails in the constructed case where the > > image > > tag is intentionally incorrectly written as a closed tag <img > > src='http://image-url' /> > > Valid in XHTML! (although we don't use xhtml any more...) $wgAllowImageTag = true; // I already had this, but overlooked to uncomment it! // thanks for pointing me to that self-made problem. My RSS HTML problems are now ->almost solved, but the <img ..../> remains. I will file a separate bug for it -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
