https://bugzilla.wikimedia.org/show_bug.cgi?id=17413
PediaPress Support Team <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #1 from PediaPress Support Team <[email protected]> 2009-02-09 09:02:24 UTC --- It's allowed for extensions to insert raw HTML instead of an array, see e.g. line 366 in skins/MonoBook.php in customBox(): <?php } else { # allow raw HTML block to be defined by extensions print $cont; } ?> Anayway, thanks for reporting: I looked at the sidebar building code and discovered that wfMsg() is later called on the heading, so we finally have the same id p-create_a_book ID for all languages. This is fixed in revision 47027. -- 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
