wiki.techinc.nl/includes/pager
Fomafix 33720e7683 AllMessagesTablePager: Avoid double class mw-datatable
This change replaces in the HTML of Special:AllMessages
  <table class="mw-datatable mw-datatable" id="mw-allmessagestable">
by
  <table class="mw-datatable" id="mw-allmessagestable">

Remove unnecessary space at the start of the value of the class
attribute in TablePager.

Inline the one-time used variable
  $tableClass = $this->getTableClass()

Change-Id: I4353d47bda3136cd3a8341677a0288f59895d5c6
2021-10-09 16:59:10 +00:00
..
AlphabeticPager.php Simplify loops over array_keys 2021-08-12 07:08:36 +00:00
IndexPager.php IndexPager: Add @since notation to getDatabase() 2021-09-29 15:13:12 +01:00
Pager.php
RangeChronologicalPager.php
ReverseChronologicalPager.php
TablePager.php AllMessagesTablePager: Avoid double class mw-datatable 2021-10-09 16:59:10 +00:00