Index: trunk/extensions/MultiBoilerplate/MultiBoilerplate.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * Allows a boilerplate to be selected from a drop down box located above the |
6 | 6 | * edit form when editing non-exstant pages or, optionally (based upon |
7 | 7 | * configuration variable $wgMultiBoilerplateOverwrite), load the template |
8 | | - * over the current contents. |
| 8 | + * over the current contents. |
9 | 9 | * |
10 | 10 | * @file |
11 | 11 | * @ingroup Extensions |
— | — | @@ -48,14 +48,14 @@ |
49 | 49 | * boilerplates in the format of: |
50 | 50 | * "* Boilerplate Name|Template:Boilerplate Template" |
51 | 51 | */ |
52 | | -$wgMultiBoilerplateOptions = array(); |
| 52 | +$wgMultiBoilerplateOptions = array(); |
53 | 53 | /* Whether or not to show the form when editing pre-existing pages. */ |
54 | 54 | $wgMultiBoilerplateOverwrite = false; |
55 | 55 | /* Whether or not to display a special page listing boilerplates. |
56 | 56 | * If set to true then the special page exists. */ |
57 | 57 | $wgMultiBoilerplateDiplaySpecialPage = false; |
58 | | - |
59 | | -$wgHooks['SpecialPage_initList'][]='efBoilerplateDisplaySpecialPage'; |
| 58 | + |
| 59 | +$wgHooks['SpecialPage_initList'][]='efBoilerplateDisplaySpecialPage'; |
60 | 60 | function efBoilerplateDisplaySpecialPage( &$aSpecialPages ) { |
61 | 61 | global $wgMultiBoilerplateDiplaySpecialPage; |
62 | 62 | if ( !$wgMultiBoilerplateDiplaySpecialPage ) { |