Umherirrender has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/349744 )
Change subject: Fix bad newlines ...................................................................... Fix bad newlines Removed \r from files Change-Id: Iec4c81255ddd851a81d015745d7082869002b1e9 --- M EtherEditor.alias.php 1 file changed, 15 insertions(+), 15 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor refs/changes/44/349744/1 diff --git a/EtherEditor.alias.php b/EtherEditor.alias.php index 85e6d81..cbb3e72 100644 --- a/EtherEditor.alias.php +++ b/EtherEditor.alias.php @@ -1,15 +1,15 @@ -<?php -/** - * Aliases for special pages - * - * @file - * @ingroup Extensions - */ -// @codingStandardsIgnoreFile - -$specialPageAliases = array(); - -/** English (English) */ -$specialPageAliases['en'] = array( - 'EtherEditor' => array( 'EtherEditor' ), -); +<?php +/** + * Aliases for special pages + * + * @file + * @ingroup Extensions + */ +// @codingStandardsIgnoreFile + +$specialPageAliases = array(); + +/** English (English) */ +$specialPageAliases['en'] = array( + 'EtherEditor' => array( 'EtherEditor' ), +); -- To view, visit https://gerrit.wikimedia.org/r/349744 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iec4c81255ddd851a81d015745d7082869002b1e9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/EtherEditor Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
