Use htmlspecialchars not htmlentities to escape tags on Version.
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 11 Jul 2014 22:02:20 +0000 (19:02 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Fri, 11 Jul 2014 22:03:22 +0000 (19:03 -0300)
commitb7b2917a8b5a461d9f52caa64e435a847957a787
tree069cd52f91929be527cfad9e161925811f6f4d78
parent105502d78c2b990f219d8a67e2677df6e3df4c0f
Use htmlspecialchars not htmlentities to escape tags on Version.

htmlentities assumes that the text is iso 8859-1 prior to php 5.4

Also we use htmlspecialchars almost everywhere else.

Bug: 67840
Change-Id: I73364ac34ef7a24c48c09ec1f87102a6cbee8d8f
includes/specials/SpecialVersion.php