https://bugzilla.wikimedia.org/show_bug.cgi?id=27478
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]. | |edu --- Comment #12 from Brad Jorsch <[email protected]> 2011-02-24 17:38:31 UTC --- Several problems on enwiki were caused by the difference in Sanitize::escapeId between HTML4 and HTML5 modes. <ref name="foo"> tries to generate a link in the page something like [[#cite_note-foo|[1]]]. In HTML4 mode <ref name="foo [[bar]]"> generates [[#cite_note-foo_.5B.5Bbar.5D.5D-0|[1]]] which functions correctly, but in HTML5 mode it generates [[#cite_note-foo_[[bar]]-0|[1]]] which of course breaks horribly. Also, in HTML4 mode <ref name="foo">, <ref name="_foo_">, and <ref name="''foo''"> are all distinct. In HTML5 mode these are all considered equivalent. -- 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
