https://bugzilla.wikimedia.org/show_bug.cgi?id=7356
--- Comment #16 from merl <[email protected]> 2009-12-16 00:36:46 UTC --- Because the heading can start with a non ascii letter a invalid id is created which starts with a point. According to specification of xhtml 1.0 an id has to start with [A-Za-z]. Numbers and some other characters (e.g. point) are only allow at the following character. == Überschrift == creates <span class="mw-headline" id=".C3.9Cberschrift">Überschrift</span> So a prefix to the id should solve this problem because mw-.C3.9Cberschrift would be a valid id. -- 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
