https://bugzilla.wikimedia.org/show_bug.cgi?id=1310
--- Comment #21 from [email protected] 2012-01-28 03:30:56 UTC --- Created attachment 9920 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9920 Allows extension tags to be nested This patch allows tag extensions to be nested. Only the most outer tags are parsed, everything in between is passed to the callback. Given the wiki text "<foo>123<foo>456</foo>789</foo>", foo's callback will be called with the text "123<foo>456</foo>789". -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
