ChangeTags: Fix double escaping of tag descriptions
authorRoan Kattouw <roan.kattouw@gmail.com>
Tue, 21 Aug 2018 01:54:39 +0000 (18:54 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Tue, 21 Aug 2018 01:54:39 +0000 (18:54 -0700)
commit0c37a16e6013dd774df8644748bd94b38b85347c
treee16d43abb2894ce620a82fcc497eaa648cdcf374
parent7da455154e8c08ad76a1829a6f8d1ebc6735c422
ChangeTags: Fix double escaping of tag descriptions

truncateTagDescription() was escaping its return value for HTML, even
though it had just produced plain text, and all similar functions
return plain text as well.

Bug: T192509
Change-Id: Ieaa631ef19c235121af9d8e09f2674f54fa3c25a
includes/changetags/ChangeTags.php