X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Futil_read.php;h=225fadbabce2480d79f0a24873af1598a633000a;hb=1b15e6a5b3974eb9c77a5745246e889115efe881;hp=ed660416cce895b281a077f3ed3b02a302748ca5;hpb=d4e46166df04792c6b939356ea5dfda8e47bba7b;p=squirrelmail.git diff --git a/templates/util_read.php b/templates/util_read.php index ed660416..225fadba 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-2013 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