X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_read.php;h=6500633b840bf3d6bb9eabe1e63b97c4af2c408b;hp=c285c7508af6e9cbdb5e722512a4e4d9c24a9d01;hb=71b1fa50a4d471cac4fbbc25be5c7f0f0e0acf51;hpb=c0d968010e710870fdfee2f22d7cc9fad370c7a9 diff --git a/templates/util_read.php b/templates/util_read.php index c285c750..6500633b 100644 --- a/templates/util_read.php +++ b/templates/util_read.php @@ -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