forked from Wavyzz/dolibarr
Merge pull request #14974 from code-chicken/patch-8
Fix for #14957 and probably a lot of other issues
This commit is contained in:
@@ -141,6 +141,7 @@ class Odf
|
||||
//}
|
||||
}
|
||||
|
||||
$value = $encode ? htmlspecialchars($value) : $value;
|
||||
$value = ($charset == 'ISO-8859') ? utf8_encode($value) : $value;
|
||||
|
||||
// Check if the value includes html tags
|
||||
|
||||
Reference in New Issue
Block a user