jenkins-bot has submitted this change and it was merged.

Change subject: Use correct casing for OutputPage::addHTML()
......................................................................


Use correct casing for OutputPage::addHTML()

Change-Id: I0499d1781e218d8c489e03487a53bb40eda7659b
---
M specials/SpecialTwnMainPage.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Amire80: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/specials/SpecialTwnMainPage.php b/specials/SpecialTwnMainPage.php
index f3ff4d1..b1c0ad6 100644
--- a/specials/SpecialTwnMainPage.php
+++ b/specials/SpecialTwnMainPage.php
@@ -37,7 +37,7 @@
                $out->addModuleStyles( 'jquery.uls.grid' );
                $out->addModuleStyles( 'ext.translate.mainpage' );
                $out->addModules( 'ext.translate.mainpage' );
-               $out->addHtml( $out->headElement( $this->getSkin() ) );
+               $out->addHTML( $out->headElement( $this->getSkin() ) );
                $out->addHTML( Html::openElement( 'div', array(
                        'class' => 'grid twn-mainpage',
                ) ) );
@@ -46,8 +46,8 @@
                $out->addHTML( $this->searchBar() );
                $out->addHTML( $this->projectSelector() );
                $out->addHTML( $this->footer() );
-               $out->addHtml( $out->getBottomScripts() );
-               $out->addHtml( '</body></html>' );
+               $out->addHTML( $out->getBottomScripts() );
+               $out->addHTML( '</body></html>' );
        }
 
        public function header() {

-- 
To view, visit https://gerrit.wikimedia.org/r/63117
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0499d1781e218d8c489e03487a53bb40eda7659b
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to