X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=6500633b840bf3d6bb9eabe1e63b97c4af2c408b;hp=8d9050b1832514efca1af83d82a98e8d952781a1;hb=01144ffd268589805099bf2b6603e6ef1daf378b;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d diff --git a/templates/util_read.php b/templates/util_read.php index 8d9050b1..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-2007 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