https://bugzilla.wikimedia.org/show_bug.cgi?id=72887
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Highest Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected]. |[email protected] |org | --- Comment #1 from Bartosz Dziewoński <[email protected]> --- This is because I used Parser::recursiveTagParse(), and contrary to its documentation the output of this function is not fully parsed html; it is "half-parsed" instead, which means that lists and links have not been fully parsed yet, and strip markers are still present. It is apparently meant to be used only if the result will be output directly back onto the page, which will cause it to go through the rest of parsing business. That is not happening in this case, as we pull the content out to display it elsewhere. -- 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
