Bugfix
(User-visible)
If one inserts a code snippet into an HTML field via the editor, the formatting works because an interleaving of pre and code tags is created. If one inserts HTML from another source into the HTML field that contains "normal" pre tags, they collapse into one line:
Test
- Show HTML field in edit mode.
- In the source code inspector, insert a pre node with multiline content into the field.
- Enter another change in the HTML editor itself.
- Save.
- The text in the pre field must not collapse.