mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Proper usage of htmlentities: specifiy the target character set !
SVN:trunk[391]
This commit is contained in:
@@ -47,7 +47,7 @@ abstract class CellChangeSpec
|
||||
}
|
||||
else
|
||||
{
|
||||
return htmlentities($value);
|
||||
return htmlentities($value, ENT_QUOTES, 'UTF-8');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user