- Proper usage of htmlentities: specifiy the target character set !

SVN:trunk[391]
This commit is contained in:
Denis Flaven
2010-05-02 18:52:46 +00:00
parent 9ffb085658
commit cb9331c414
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ abstract class CellChangeSpec
}
else
{
return htmlentities($value);
return htmlentities($value, ENT_QUOTES, 'UTF-8');
}
}