[CLEAN] Removed unnecessary quotes. As Teal'c said: Indeed.

bzr revid: tde@openerp.com-20130311140838-g9pvncskvuibz1wm
This commit is contained in:
Thibault Delavallée 2013-03-11 15:08:38 +01:00
parent 387c3d4696
commit 459fce0150
1 changed files with 1 additions and 1 deletions

View File

@ -2662,7 +2662,7 @@ instance.web.form.FieldTextHtml = instance.web.form.AbstractField.extend(instanc
"| removeformat | bullets numbering | outdent " +
"indent | link unlink | source",
bodyStyle: // style to assign to document body contained within the editor
"margin:4px; color:#4c4c4c; font-size:13px; font-family:\'Lucida Grande\',Helvetica,Verdana,Arial,sans-serif; cursor:text"
"margin:4px; color:#4c4c4c; font-size:13px; font-family:'Lucida Grande',Helvetica,Verdana,Arial,sans-serif; cursor:text"
});
this.$cleditor = this.$textarea.cleditor()[0];
this.$cleditor.change(function() {