mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
Prepare select of type of line
This commit is contained in:
@@ -2407,7 +2407,7 @@ function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
|
||||
{
|
||||
$temp = str_replace(" "," ",$temp);
|
||||
}
|
||||
$CleanString = $temp;
|
||||
$CleanString = trim($temp);
|
||||
return $CleanString;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user