From ffb5387cda395f4c7b864a643df5d753aa59536f Mon Sep 17 00:00:00 2001 From: Stephane Bisson Date: Thu, 31 Aug 2017 12:17:36 -0400 Subject: [PATCH] WLFilters: wrap Watchlist-details in a div instead of a p Bug: T172030 Change-Id: I65c50d75b21b3e5d7b69fdecb79c032f5d1d8853 --- includes/specials/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index d0d1b61863..65cc3e1589 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -838,7 +838,7 @@ class SpecialWatchlist extends ChangesListSpecialPage { } } $form .= Html::rawElement( - 'p', + 'div', [ 'class' => 'watchlistDetails' ], $watchlistHeader ); -- 2.20.1