Happy New Year
[squirrelmail.git] / templates / default_advanced / options_order.tpl
index ce61bab583428a243d9a49e44643c9484c4ce7ca..21be40f2ad564357ceb9f06acfde5936b4c138d2 100644 (file)
@@ -18,7 +18,7 @@
  *      $remove         - URL foundation to remove a field from the ordering.
  *      $add            - URL foundation to add a field to the ordering.
  * 
- * @copyright 1999-2012 The SquirrelMail Project Team
+ * @copyright 1999-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -74,7 +74,7 @@ extract($t);
         foreach ($not_used as $field_id=>$name) {
             echo "<tr>\n" .
                  "<td colspan=\"3\" class=\"moveLink\"><a href=\"". $add.$field_id."\">".getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add"))."</a></td>\n" .
-                 "<td class=\"fieldName\">".htmlspecialchars($name)."</td>\n" .
+                 "<td class=\"fieldName\">".sm_encode_html_special_chars($name)."</td>\n" .
                  "</tr>\n";
     }
    ?>