Fix for content editable sites
This commit is contained in:
parent
7562c13fad
commit
557db7661c
@ -131,6 +131,8 @@ function dolWebsiteOutput($content)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$content=preg_replace('/ contenteditable="true"/', ' contenteditable="false"', $content, -1, $nbrep);
|
||||||
|
|
||||||
dol_syslog("dolWebsiteOutput end");
|
dol_syslog("dolWebsiteOutput end");
|
||||||
|
|
||||||
print $content;
|
print $content;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user