You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the helper method Mage_Core_Helper_Abstract::escapeUrl() doesn't prevent double encodings. So would be htmlspecialchars($data, ENT_COMPAT, 'UTF-8', false) not the better solution?