mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-12-01 02:16:11 +00:00
Whitespace fixes
This commit is contained in:
parent
19b7e02bc8
commit
29813fc87a
1
README
1
README
|
@ -76,4 +76,3 @@ MediaWiki:Gadget-section-editing-gadgets
|
||||||
* Gadget code is included after user code - that means that user JS has no
|
* Gadget code is included after user code - that means that user JS has no
|
||||||
access to things defined in gadgets, and user CSS is overwritten by CSS
|
access to things defined in gadgets, and user CSS is overwritten by CSS
|
||||||
from gadgets. (pending a better way to insert things into the HTML head)
|
from gadgets. (pending a better way to insert things into the HTML head)
|
||||||
|
|
||||||
|
|
|
@ -97,4 +97,3 @@ class SpecialGadgets extends SpecialPage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
require_once( "{{path}}/Gadgets.php" );
|
require_once( "{{path}}/Gadgets.php" );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue