Happy New Year
[squirrelmail.git] / templates / default / options_order.tpl
index 42a6a56671648cfa212851379c6e8149ea403cf5..19ef07e9a11d99a0d6e437213ff66963a963812f 100644 (file)
@@ -17,7 +17,7 @@
  *      $move_down      - URL foundation to move a field down in the ordering
  *      $remove         - URL foundation to remove a field from the ordering.
  * 
- * @copyright 1999-2009 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -71,7 +71,7 @@ extract($t);
    <select name="num">
     <?php
         foreach ($not_used as $field_id=>$name) {
-            echo '<option value="'.$field_id.'">'.htmlspecialchars($name).'</option>'."\n";
+            echo '<option value="'.$field_id.'">'.sm_encode_html_special_chars($name).'</option>'."\n";
         }
     ?>
    </select>