mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix for content editable sites
This commit is contained in:
@@ -131,6 +131,8 @@ function dolWebsiteOutput($content)
|
||||
}
|
||||
}
|
||||
|
||||
$content=preg_replace('/ contenteditable="true"/', ' contenteditable="false"', $content, -1, $nbrep);
|
||||
|
||||
dol_syslog("dolWebsiteOutput end");
|
||||
|
||||
print $content;
|
||||
|
||||
Reference in New Issue
Block a user