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