From eb99fd05e3c9afd7ff8404ebaa0eeeb3f91bd516 Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Wed, 5 Jul 2017 14:39:49 -0500 Subject: [PATCH] Display table tag for deletable-table-tag pages to prevent UI confusion I remember reading in some talk page / phab task about what the tag was that had to be deleted. Change-Id: I74bc6f3207177239f7173ce2963ed55350e26f6f --- includes/LintErrorsPager.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/LintErrorsPager.php b/includes/LintErrorsPager.php index 6d318bab..924bbde3 100644 --- a/includes/LintErrorsPager.php +++ b/includes/LintErrorsPager.php @@ -118,9 +118,8 @@ class LintErrorsPager extends TablePager { ->rawParams( $viewLink, $editHistLinks ) ->escaped(); case 'details': - // While deletable-table-tag has params set, it adds no new information - // and is not included here since the error category has the tag name. $hasNameCats = [ + 'deletable-table-tag', 'obsolete-tag', 'missing-end-tag', 'self-closed-tag',