|
Description: |
Steps to reproduce: # Paste this velocity code inside a page:
{ \ noformat} { { velocity}} #* Your velocity code here *#
{ \ {html clean=false}} <iframe></iframe> { \ {/html}}
{ \ {/velocity}} {noformat} # 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. |
|