Hi
moskie,
It is not the best way, but for now you can add the code below in the page to avoid this problem.
-
<script>
-
function CuteEditor_FilterHTML(editor,code)
-
{
-
return code.replace(/(\<\/param\>)/i, "");
-
}
-
function CuteEditor_FilterCode(editor,code)
-
{
-
return code.replace(/(\<\/param\>)/i, "");
-
}
-
-
</script>
Regards,
Ken