Quote:
Originally Posted by HMBeaty
In the same file (/clientscript/vbulletin_quick_edit.js), try changing this:
PHP Code:
A.add_variable("message",vB_Editor[vB_QuickEditor.editorid].get_editor_contents());
To this:
PHP Code:
A.add_variable("message",vB_Editor[vB_QuickEditor.editorid].getRawData());
|
That fixed it!
Thank you Lynne, kh99 and HMBeaty! ... That was so frustrating and such an easy fix... once what I should have figured out on my own was explained to me