Skip to content

Commit

Permalink
Dev: space/tabs corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 17, 2016
1 parent 8ced959 commit 4427fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/admin/limereplacementfields/plugin.js
Expand Up @@ -135,9 +135,9 @@ CKEDITOR.plugins.limereplacementfields =
var element = new CKEDITOR.dom.element( 'span', editor.document );
element.setAttributes(
{
contentEditable : 'false',
'data-cke-limereplacementfields' : 1,
'class' : 'cke_limereplacementfields'
contentEditable : 'false',
'data-cke-limereplacementfields' : 1,
'class' : 'cke_limereplacementfields'
}
);

Expand Down

0 comments on commit 4427fa5

Please sign in to comment.