Index: trunk/extensions/ExportWatchlist/SpecialImportWatchlist.php |
— | — | @@ -142,6 +142,4 @@ |
143 | 143 | $out->addHtml( wfMsgHtml( 'importwatchlist-login', $link ) ); |
144 | 144 | } |
145 | 145 | |
146 | | -} |
147 | | - |
148 | | -?> |
\ No newline at end of file |
| 146 | +} |
\ No newline at end of file |
Index: trunk/extensions/ExportWatchlist/ExportWatchlist.i18n.php |
— | — | @@ -41,6 +41,4 @@ |
42 | 42 | |
43 | 43 | ); |
44 | 44 | return $messages; |
45 | | -} |
46 | | - |
47 | | -?> |
\ No newline at end of file |
| 45 | +} |
\ No newline at end of file |
Index: trunk/extensions/ExportWatchlist/ExportWatchlist.php |
— | — | @@ -35,6 +35,4 @@ |
36 | 36 | } else { |
37 | 37 | echo( "This file is an extension to the MediaWiki software and cannot be used standlone.\n" ); |
38 | 38 | exit( 1 ); |
39 | | -} |
40 | | - |
41 | | -?> |
\ No newline at end of file |
| 39 | +} |
\ No newline at end of file |
Index: trunk/extensions/ExportWatchlist/SpecialExportWatchlist.php |
— | — | @@ -135,6 +135,4 @@ |
136 | 136 | $out->addHtml( wfMsgHtml( 'exportwatchlist-login', $link ) ); |
137 | 137 | } |
138 | 138 | |
139 | | -} |
140 | | - |
141 | | -?> |
\ No newline at end of file |
| 139 | +} |
\ No newline at end of file |