<<<?php echo $CKEDITOR_CONTENT; ?>>>
<script type="text/javascript">
//<!--
CKEDITOR.replace('message',
{
enterMode: CKEDITOR.ENTER_BR,
width:'90%',
height:'330'
});
//-->
</script>
Line 1 (I press ENTER once here) Line 2
<br /> Line 1<br /> Line 2<br />

Re: EnterMode at BR, remove the last <br />
Please, any help for us!
Re: EnterMode at BR, remove the last <br />
If the $_POST['message'] variable end with <br />, it will be removed.
Re: EnterMode at BR, remove the last <br />
Re: EnterMode at BR, remove the last <br />