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',