Mattflaschen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/376031 )

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/31/376031/1

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

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I65c50d75b21b3e5d7b69fdecb79c032f5d1d8853
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.30.0-wmf.16
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Sbisson <[email protected]>

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

Reply via email to