jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/375024 )

Change subject: WLFilters: wrap Watchlist-details in a div instead of a p
......................................................................


WLFilters: wrap Watchlist-details in a div instead of a p

Bug: T172030
Change-Id: I65c50d75b21b3e5d7b69fdecb79c032f5d1d8853
---
M includes/specials/SpecialWatchlist.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/specials/SpecialWatchlist.php 
b/includes/specials/SpecialWatchlist.php
index d0d1b61..65cc3e1 100644
--- a/includes/specials/SpecialWatchlist.php
+++ b/includes/specials/SpecialWatchlist.php
@@ -838,7 +838,7 @@
                        }
                }
                $form .= Html::rawElement(
-                       'p',
+                       'div',
                        [ 'class' => 'watchlistDetails' ],
                        $watchlistHeader
                );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I65c50d75b21b3e5d7b69fdecb79c032f5d1d8853
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Sbisson <sbis...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to