Skip to content

Commit

Permalink
Merge edf3d31 into 1fe8caa
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Jul 2, 2018
2 parents 1fe8caa + edf3d31 commit 6ea3487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -20,6 +20,10 @@ New features:

Bug fixes:

- remove `pretty_print` when loading the tile data.
This fixes `forced_root_block` problems in TinyMCE (#63)
[petschki]

- Allow head tiles without a html/head structure.
[thet]

Expand Down
1 change: 0 additions & 1 deletion plone/app/blocks/layoutbehavior.py
Expand Up @@ -306,7 +306,6 @@ def __init__(self, context, request, tile=None):
# Parse layout
data_layout = (ILayoutAware(self.context).content or DATA_LAYOUT)
self.storage = getHTMLSerializer([data_layout.encode('utf-8')],
pretty_print=True,
encoding='utf-8')

def sync(self):
Expand Down

0 comments on commit 6ea3487

Please sign in to comment.