Clear data-original attr in html nessages

This commit is contained in:
RainLoop Team 2013-12-17 01:30:49 +04:00
parent efeef4b143
commit 1e687f9a76

View file

@ -591,6 +591,11 @@ class HtmlUtils
}
}
if ($oElement->hasAttribute('data-original'))
{
$oElement->removeAttribute('data-original');
}
if ($oElement->hasAttribute('data-x-div-type'))
{
$oElement->removeAttribute('data-x-div-type');