When I CKEDITOR.replace(...), I am receiving an error in my Chrome Browser's Javascript Console as follows:
Does anyone know what may be causing this?
<head> must be a child of <html>. Content ignored.It only appears from within the Chrome browser; Firefox and MSIE do not complain.
Does anyone know what may be causing this?

Re: Chrome: <head> must be a child of <html>. Conten
ckeditor/_source/plugins/wysiwygarea/plugin.js
666
ckeditor/ckeditor.js
Re: Chrome: <head> must be a child of <html>. Conten
http://dev.fckeditor.net/ticket/5637
Re: Chrome: <head> must be a child of <html>. Conten
The patch fixed the problem !
Thanks