Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
[squirrelmail.git] / class / template / Template.class.php
index 3e8361db9750cf94f76bb62c7b24ae6163a7937a..b12da29dbe06769272c57e74fed79dfe5fc09c7b 100644 (file)
@@ -1480,7 +1480,7 @@ FIXME: We could make the incoming array more complex so it can
 
         if (empty($template)) {
 
-            trigger_error('The template "' . htmlspecialchars($file)
+            trigger_error('The template "' . sm_encode_html_special_chars($file)
                           . '" could not be fetched!', E_USER_ERROR);
 
         } else {