X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=4fd242807c456fa0b6261314fea3b8b585938401;hp=c285c7508af6e9cbdb5e722512a4e4d9c24a9d01;hb=c97a848ee061da1c7b8938f20a220e00dbc585ae;hpb=c0d968010e710870fdfee2f22d7cc9fad370c7a9 diff --git a/templates/util_read.php b/templates/util_read.php index c285c750..4fd24280 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-2012 The SquirrelMail Project Team + * @copyright 1999-2014 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