mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Properly manage carriage returns/line feeds in CaseLog records.
SVN:trunk[1256]
This commit is contained in:
@@ -1643,7 +1643,7 @@ class AttributeCaseLog extends AttributeText
|
||||
{
|
||||
$sStyle = 'style="'.implode(';', $aStyles).'"';
|
||||
}
|
||||
return "<div class=\"caselog\" $sStyle>".str_replace("\n", "<br>\n", $sContent).'</div>'; }
|
||||
return "<div class=\"caselog\" $sStyle>".$sContent.'</div>'; }
|
||||
|
||||
|
||||
public function GetAsCSV($value, $sSeparator = ',', $sTextQualifier = '"', $oHostObject = null)
|
||||
|
||||
Reference in New Issue
Block a user