Details
-
Bug
-
Resolution: Invalid
-
Major
-
None
-
13.10, 15.10.10
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce:
- Paste this velocity code inside a page:
{{velocity}}
#* Your velocity code here *#
{{html clean=false}}
<iframe></iframe>
{{/html}}
{{/velocity}}
- Edit the page(press E)
- Add text below the iframe
- Save the changes
- Edit the page (press E)
- Click Save
Expected results:
The text is saved.
Actual result:
The text is deleted.
Workaround:
Remove the clean=false property.