Hi Forum.
I have a litte problem with the fckeditor:
Wenn I press Shift+Enter for a single line break it appears that fckeditor adds an additional "\n" to the <br /> tag.
So the code that is written into the database looks like this:
I want this:
No additional "\n". Where in the source code can I change that?
Thanks for your help...
I have a litte problem with the fckeditor:
Wenn I press Shift+Enter for a single line break it appears that fckeditor adds an additional "\n" to the <br /> tag.
So the code that is written into the database looks like this:
My Text <br /> following text
I want this:
My Text <br />following text
No additional "\n". Where in the source code can I change that?
Thanks for your help...