https://bugzilla.wikimedia.org/show_bug.cgi?id=44017
--- Comment #12 from Jon <[email protected]> --- Yes.. and this is what the above patch does.. If you try out master on a local machine you'll notice two link tags for css files. On local copy of master I see these urls on Special:MobileOptions: * http://localhost/w/load.php?debug=false&lang=en&modules=mobile.styles&only=styles&skin=mobile&* * http://localhost/w/load.php?debug=false&lang=en&modules=mobile.mobileoptions.styles&only=styles&skin=mobile&* On the main page I see (currently incorrectly 2 urls) but they are: * http://localhost/w/load.php?debug=false&lang=en&modules=mobile.styles&only=styles&skin=mobile&* * http://localhost/w/load.php?debug=false&lang=en&modules=&only=styles&skin=mobile&* The latter is empty and shouldn't be added. That was an oversight on my part (as I've been refactoring css to make sure this is never empty - https://gerrit.wikimedia.org/r/52577 ) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
