Hi bartje,
Please add the code below into the bottom of your page, it will switch the <br /> to <br>.
- <script type="text/javascript">
- function CuteEditor_FilterHTML(editor,code)
- {
- return code.split("<br />").join("<br>");
- }
- function CuteEditor_FilterCode(editor,code)
- {
- return code.split("<br />").join("<br>");
- }
- </script>
Regards,
Ken