Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 12, 2017
1 parent 9880ef7 commit 118b6ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/website/index.php
Expand Up @@ -2023,6 +2023,9 @@
$out.= $objectpage->htmlheader."\n";
$out.='</style>'."\n";

// Do not enable the contenteditable when page was grabbed, ckeditor is removing span and adding borders,
// so editable will be available from container created from scratch
//$out.='<div id="bodywebsite" class="bodywebsite"'.($objectpage->grabbed_from ? ' contenteditable="true"' : '').'>'."\n";
$out.='<div id="bodywebsite" class="bodywebsite">'."\n";

$out.=dolWebsiteReplacementOfLinks($object, $objectpage->content)."\n";
Expand Down

0 comments on commit 118b6ce

Please sign in to comment.