mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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");
|
||||
|
||||
print $content;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user