mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +00:00
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
This commit is contained in:
parent
ccf15aea2a
commit
eb99fd05e3
|
@ -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