2012-10-16, 17:34:03
After playing around with CKeditor I noticed the formatting in HTML source view is not right.
I reformatted the CKeditor to produce code the proper way if anyone is interested.
Download the provided ckeditor.js file and upload it to template/js/ckeditor to overwrite the existing ckeditor config file.
Example
From this:
To this:
I reformatted the CKeditor to produce code the proper way if anyone is interested.
Download the provided ckeditor.js file and upload it to template/js/ckeditor to overwrite the existing ckeditor config file.
Example
From this:
Code:
<p>Mytext
</p>
To this:
Code:
<p>My text</p>