X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fcolordialog%2Fdialogs%2Fcolordialog.js;h=3259e7f28d7ee8a2355c782141c2b7392702f86e;hp=891947e9de1a033f86b9fcec2b5bcaebe1dc6d74;hb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;hpb=f8fc585c18d287eb325c575596d183122486b641 diff --git a/_source/plugins/colordialog/dialogs/colordialog.js b/_source/plugins/colordialog/dialogs/colordialog.js index 891947e..3259e7f 100644 --- a/_source/plugins/colordialog/dialogs/colordialog.js +++ b/_source/plugins/colordialog/dialogs/colordialog.js @@ -214,7 +214,7 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) ' style="cursor: pointer;display:block;width:100%;height:100% " title="'+ CKEDITOR.tools.htmlEncode( color )+ '"' + ' onkeydown="CKEDITOR.tools.callFunction( ' + onKeydownHandler + ', event, this )"' + ' onclick="CKEDITOR.tools.callFunction(' + onClickHandler + ', event, this ); return false;"' + - ' tabindex="-1">' + color + '', CKEDITOR.document ) ); + ' tabindex="-1">' + color + ' ', CKEDITOR.document ) ); } appendColorRow( 0, 0 );