How to avoid automatical inserting of <br type="_moz"> string into editable region in Firefox

Martin Dobsicek asked on May 1, 2009 02:22

How to avoid automatical inserting of <br type="_moz"> string into editable region in Firefox

Correct Answer

Martin Dobsicek answered on May 1, 2009 02:22

Please open ~/CMSAdminControls/FCKeditor/editor/js/fckeditorcode_gecko.js file and find and change following string:

G='<br type="_moz">';

to:

G=';

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.