mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 17:20:12 +00:00
Merge "Display table tag for deletable-table-tag pages to prevent UI confusion"
This commit is contained in:
commit
40b029fdf7
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue