mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fixed regression in 2.3.0-beta: placeholder $public_log$ was generating a mix of plain text and HTML markup whereas only plain text is expected
SVN:trunk[4280]
This commit is contained in:
@@ -2915,7 +2915,7 @@ class AttributeCaseLog extends AttributeLongText
|
||||
switch($sVerb)
|
||||
{
|
||||
case '':
|
||||
return $value->GetText();
|
||||
return $value->GetText(true);
|
||||
|
||||
case 'head':
|
||||
return $value->GetLatestEntry('text');
|
||||
|
||||
Reference in New Issue
Block a user