wiki.techinc.nl/includes/pager
Fomafix 125cbd8c01 Use \u{00A0} instead of   or  
Directly use the UTF-8 encoding of the 'NO-BREAK SPACE' (U+00A0) instead of
the HTML/XML entities   or   or  .

With the UTF-8 character the generated HTML is shorter and better to read.

Also change the special value for the label in HTMLForm from   to
U+00A0 but also support   for backward compability.

Bug: T154300
Change-Id: I882599ac1120789bb4e524c4394870680caca4f4
2018-06-24 01:20:13 +00:00
..
AlphabeticPager.php
IndexPager.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Pager.php
RangeChronologicalPager.php
ReverseChronologicalPager.php
TablePager.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00