diff --git a/pandora_console/include/functions_io.php b/pandora_console/include/functions_io.php index 7c11505ed3..f0cf25587e 100755 --- a/pandora_console/include/functions_io.php +++ b/pandora_console/include/functions_io.php @@ -102,14 +102,15 @@ function io_safe_input($value) { // Replace ( for the html entitie $valueHtmlEncode = str_replace(')', ")", $valueHtmlEncode); - $valueHtmlEncode = str_replace(')', ")", $valueHtmlEncode); - // Fixed the º character, because the Perl in the Pandora Server // use the hex value instead the human readble. // TICKET: #1495 $valueHtmlEncode = str_replace('º', "º", $valueHtmlEncode); + // Fixed the ° character. + // TICKET: 1223 + $valueHtmlEncode = str_replace('°', "°", $valueHtmlEncode); //Replace some characteres for html entities