diff options
-rw-r--r-- | vendors/kses/kses.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendors/kses/kses.php b/vendors/kses/kses.php index d97d8601d..65da29599 100644 --- a/vendors/kses/kses.php +++ b/vendors/kses/kses.php @@ -513,7 +513,7 @@ function kses_normalize_entities($string) { # Disarm all entities by converting & to & - $string = str_replace('&', '&', $string); + // $string = str_replace('&', '&', $string); // [Marcus Povey 20090212: Commented out in ref #561. Needs a better solution. ] # Change back the allowed entities in our entity whitelist |