Fix inconsistent i18n escaping in category paging links.
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 11 Oct 2017 20:29:05 +0000 (20:29 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Wed, 11 Oct 2017 20:29:05 +0000 (20:29 +0000)
commit0ea88136d80a82815a15ec0ab7f8982f0fd33823
tree210ad8c90c3c5f02ef28d3471080c96331dc0064
parent25a3f02bba680df1cc77f2107cb2fc826ae12e2f
Fix inconsistent i18n escaping in category paging links.

prev-page and next-page were being escaped when they were a
link, but not when they were plain text. They should be escaped
in both cases.

This issue was discovered with an experimental phan plugin I'm
working on.

Change-Id: I6caac76299b21a54cd7cb732ad93187e3d37c99e
includes/CategoryViewer.php