Every time I input my content into CKEDITOR, I receive the following error: "Unexpected token < "
This is the code I am using:
eval('CKEDITOR.instances.'+ckeditorID+'.insertHtml('+text+')');
The content of variable text is
<p>More Information</p>
Any solutions or suggestions? Thank you