diff --git a/pandora_console/include/functions_io.php b/pandora_console/include/functions_io.php index 6390f78f96..336e9480dd 100755 --- a/pandora_console/include/functions_io.php +++ b/pandora_console/include/functions_io.php @@ -116,6 +116,13 @@ function io_safe_input($value) // TICKET: 1223 $valueHtmlEncode = str_replace('°', '°', $valueHtmlEncode); + // Fixed the ¿ charater. + $valueHtmlEncode = str_replace('¿', '¿', $valueHtmlEncode); + // Fixed the ¡ charater. + $valueHtmlEncode = str_replace('¡', '¡', $valueHtmlEncode); + // Fixed the € charater. + $valueHtmlEncode = str_replace('€', '€', $valueHtmlEncode); + // Replace some characteres for html entities for ($i = 0; $i < 33; $i++) { $valueHtmlEncode = str_ireplace(