2
0
forked from Wavyzz/dolibarr

code comment

This commit is contained in:
Laurent Destailleur
2020-10-31 12:55:26 +01:00
parent 623cb54480
commit 9113ecedfa

View File

@@ -5670,7 +5670,7 @@ function dol_string_nohtmltag($stringtoclean, $removelinefeed = 1, $pagecodeto =
$temp = dol_html_entity_decode($temp, ENT_COMPAT, $pagecodeto);
// Remove also backspaces
// Remove also carriage returns
if ($removelinefeed == 1) $temp = str_replace(array("\r\n", "\r", "\n"), " ", $temp);
// And double quotes