X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=225fadbabce2480d79f0a24873af1598a633000a;hp=058ce6bb5743a39a10546bffd34aa24956cd5949;hb=d72549cb90b0473f1d7a99e796ede80dac1b1ec3;hpb=1977ab5587905d225c6288141b82f7a6e3d29d02 diff --git a/templates/util_read.php b/templates/util_read.php index 058ce6bb..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-2010 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