mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-28 02:00:42 +00:00
kill trailing ws
This commit is contained in:
parent
49d0a775a5
commit
2dadbf5c41
|
@ -8,7 +8,7 @@ class PageImages {
|
|||
* @param File|bool $file
|
||||
* @param array $params
|
||||
* @param Parser $parser
|
||||
* @return bool
|
||||
* @return bool
|
||||
*/
|
||||
public static function onParserMakeImageParams( Title $title, $file, array &$params, Parser $parser ) {
|
||||
if ( !$file ) {
|
||||
|
@ -80,7 +80,7 @@ class PageImages {
|
|||
if ( $image ) {
|
||||
$lu->mProperties['page_image'] = $image;
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue