https://bugzilla.wikimedia.org/show_bug.cgi?id=19382
Laurence 'GreenReaper' Parry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wasteful tabs, newlines in |Wasteful tabs, var |global variables script |statements in global | |variables script --- Comment #4 from Laurence 'GreenReaper' Parry <[email protected]> 2009-06-24 22:43:40 UTC --- To clarify: the modified suggestion is to go from: <![CDATA[*/ var skin = "monobook"; var stylepath = "/skins-1.5"; var wgArticlePath = "/wiki/$1"; ... var wgGlobalGroups = []; /*]]>*/</script> to something closer to: <![CDATA[*/var skin="monobook", stylepath="/skins-1.5", wgArticlePath="/wiki/$1", ... wgGlobalGroups=[];/*]]>*/</script> -- 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
