https://bugzilla.wikimedia.org/show_bug.cgi?id=57429
--- Comment #5 from Bartosz Dziewoński <[email protected]> --- Just for "fun", some informative examples that show what happens when you try too hard with {{#tag:}}. Two of these actually cause UNIQ markers to appear in output, which is rather bad in general. The behavior may differ depending on the tag used. <syntaxhighlight lang=php>$a;</syntaxhighlight> <syntaxhighlight lang=php></syntaxhighlight></syntaxhighlight> <syntaxhighlight lang=php></syntaxhighlight></syntaxhighlight> {{#tag:syntaxhighlight|</syntaxhighlight>|lang=php}} <syntaxhighlight lang=php><syntaxhighlight lang=php>$a;</syntaxhighlight></syntaxhighlight> {{#tag:syntaxhighlight|<syntaxhighlight lang=php>$a;</syntaxhighlight>|lang=php}} {{#tag:syntaxhighlight|<syntaxhighlight lang=php>$a;</syntaxhighlight>|lang=php}} {{#tag:syntaxhighlight|<nowiki><syntaxhighlight lang=php>$a;</syntaxhighlight></nowiki>|lang=php}} -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
