mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Fix for editing HTML content containing html entities: & must be encoded as & as well !!
SVN:trunk[4049]
This commit is contained in:
@@ -2470,6 +2470,10 @@ class AttributeText extends AttributeString
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$sValue = str_replace('&', '&', $sValue);
|
||||
}
|
||||
return $sValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user