Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
[squirrelmail.git] / templates / util_read.php
index c285c7508af6e9cbdb5e722512a4e4d9c24a9d01..6500633b840bf3d6bb9eabe1e63b97c4af2c408b 100644 (file)
@@ -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