fixed span tag (correctly closed)
This commit is contained in:
parent
9ee57ede13
commit
d3624356c3
@ -102,7 +102,7 @@ class LinkPager extends Widget
|
||||
* @var string|bool the label for the "next" page button. Note that this will NOT be HTML-encoded.
|
||||
* If this property is false, the "next" page button will not be displayed.
|
||||
*/
|
||||
public $nextPageLabel = '<span aria-hidden="true">»</span';
|
||||
public $nextPageLabel = '<span aria-hidden="true">»</span>';
|
||||
/**
|
||||
* @var string|bool the text label for the "previous" page button. Note that this will NOT be HTML-encoded.
|
||||
* If this property is false, the "previous" page button will not be displayed.
|
||||
|
Loading…
Reference in New Issue
Block a user