fixed span tag (correctly closed)

This commit is contained in:
Simon Karlen 2021-08-02 10:56:52 +02:00
parent 9ee57ede13
commit d3624356c3
No known key found for this signature in database
GPG Key ID: 0630C27D666EBCC3

View File

@ -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">&raquo;</span';
public $nextPageLabel = '<span aria-hidden="true">&raquo;</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.