https://bugzilla.wikimedia.org/show_bug.cgi?id=27539
Sean Colombo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Sean Colombo <[email protected]> 2011-02-19 01:13:04 UTC --- Would be a simple fix.. just add "0-9" inside the brackets in the $attribFirst variable if we want to allow that. Alternatively, we could just set $attribFirst = $attrib for now and let anarchy reign ;) It's nice right now to have a spec that the rules conform to, but Platonides makes an interesting point that this is wikitext, not HTML. Alternatively, I could see the argument that since we basically took the syntax for parser-tags from XHTML syntax, that we should just use that standard as much as possible. I'm not sure which is best. If we want to leave it xml compliant, it shouldn't be hard to rename that parameter in <pagelist> and have a bot replace all instances of the old param with a new, valid name. Both fixes are pretty easy. Anyone else have opinions? -- 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. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
