X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=fd5b1175858bbd702ff6c0a836825a078f69bbdf;hp=ed660416cce895b281a077f3ed3b02a302748ca5;hb=b65a57eafe670d1550f663704ec100a5fe719bef;hpb=d4e46166df04792c6b939356ea5dfda8e47bba7b diff --git a/templates/util_read.php b/templates/util_read.php index ed660416..fd5b1175 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-2009 The SquirrelMail Project Team + * @copyright 1999-2018 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