Forum
CKEditor Img URL After Upload
I am having an issue with CKEditor. Everything works fine with adding an image via ckeditor except that the img shows a broken link in my web page after adding it.
Upon inspection with dev tools it appears there are double quotes for each of the img attributes which makes the src attribute path not render. (see screenshots)
I am using Perch v2.8.10 and ckeditor v1.9.1 and testing on my local server using MAMP.
Any help would be appreciated.
Can you show me your template tag where ckeditor is used?