Polybuildr has uploaded a new change for review. https://gerrit.wikimedia.org/r/216846
Change subject: Fix files to match coding standards ...................................................................... Fix files to match coding standards Checked against the Mediawiki standard set in mediawiki/tools/codesniffer (0.2.0). Change-Id: I5556dbf51360a0e4ca4d8bd6b9aaae793e999871 --- M Vector.php M VectorTemplate.php 2 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector refs/changes/46/216846/1 diff --git a/Vector.php b/Vector.php index 872b5bf..1a06ea9 100644 --- a/Vector.php +++ b/Vector.php @@ -11,4 +11,4 @@ return true; } else { die( 'This version of the Vector skin requires MediaWiki 1.25+' ); -} \ No newline at end of file +} diff --git a/VectorTemplate.php b/VectorTemplate.php index fbf1efe..fff8ebc 100644 --- a/VectorTemplate.php +++ b/VectorTemplate.php @@ -113,7 +113,8 @@ $this->getSkin()->getTitle()->getPageViewLanguage()->getHtmlCode(); $this->text( 'pageLanguage' ); ?>"><?php $this->html( 'title' ) ?></h1> - <?php } ?> + <?php + } ?> <?php $this->html( 'prebodyhtml' ) ?> <div id="bodyContent" class="mw-body-content"> <?php @@ -424,7 +425,9 @@ } } ?> - <h3 id="p-variants-label"><span><?php echo htmlspecialchars( $variantLabel ) ?></span><a href="#"></a></h3> + <h3 id="p-variants-label"> + <span><?php echo htmlspecialchars( $variantLabel ) ?></span><a href="#"></a> + </h3> <div class="menu"> <ul> -- To view, visit https://gerrit.wikimedia.org/r/216846 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5556dbf51360a0e4ca4d8bd6b9aaae793e999871 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/Vector Gerrit-Branch: master Gerrit-Owner: Polybuildr <v.a.ghai...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits