Skip to content

Commit

Permalink
Fix for content editable sites
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 11, 2018
1 parent 557db76 commit f0446d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/website.lib.php
Expand Up @@ -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");

Expand Down

0 comments on commit f0446d2

Please sign in to comment.