X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=6500633b840bf3d6bb9eabe1e63b97c4af2c408b;hp=058ce6bb5743a39a10546bffd34aa24956cd5949;hb=ea72131677da03d6287fe826838231be356e4607;hpb=1977ab5587905d225c6288141b82f7a6e3d29d02 diff --git a/templates/util_read.php b/templates/util_read.php index 058ce6bb..6500633b 100644 --- a/templates/util_read.php +++ b/templates/util_read.php @@ -4,7 +4,7 @@ * * Utility file containing functions related to reading messages * - * @copyright 1999-2010 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -15,7 +15,7 @@ * Return a string representing the priority of a message */ function priorityStr($p) { - return htmlspecialchars(getPriorityStr($p)); + return sm_encode_html_special_chars(getPriorityStr($p)); } ?> \ No newline at end of file