Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
[squirrelmail.git] / include / options / personal.php
index e25bb3e700d67ff264d81e0c4be7497b2e70093d..64801e7a6a2d3127f88c753f8fb9a33bd08a4c61 100644 (file)
@@ -104,7 +104,7 @@ function load_optpage_data_personal() {
             'caption' => _("E-mail Address"),
             'type'    => SMOPT_TYPE_COMMENT,
             'refresh' => SMOPT_REFRESH_NONE,
-            'comment' => htmlspecialchars($email_address)
+            'comment' => sm_encode_html_special_chars($email_address)
         );
     }