mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added degree in io_safe_input
This commit is contained in:
parent
2689213fdf
commit
1a56c78808
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user