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