MZMcBride has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/193299

Change subject: Fix unclosed div in MobileFrontend's Special:UserProfile
......................................................................

Fix unclosed div in MobileFrontend's Special:UserProfile

Change-Id: I2ff16f0491c2f03af3ecb46f37b4707ffe0bc61e
Task: T90611
---
M includes/specials/SpecialUserProfile.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/99/193299/1

diff --git a/includes/specials/SpecialUserProfile.php 
b/includes/specials/SpecialUserProfile.php
index 6779513..4877d7e 100644
--- a/includes/specials/SpecialUserProfile.php
+++ b/includes/specials/SpecialUserProfile.php
@@ -213,7 +213,8 @@
                                $this->msg( 
'mobile-frontend-profile-userpage-link', $username )->escaped()
                        )
                        . Html::closeElement( 'div' )
-                       . $this->getTalkLink();
+                       . $this->getTalkLink()
+                       . Html::closeElement( 'div' );
        }
 
        /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ff16f0491c2f03af3ecb46f37b4707ffe0bc61e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: MZMcBride <[email protected]>

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

Reply via email to