diff --git a/sites/all/libraries/ckeditor/plugins/codesnippet/dialogs/codesnippet.js b/sites/all/libraries/ckeditor/plugins/codesnippet/dialogs/codesnippet.js index d0e35b3..cec1713 100644 --- a/sites/all/libraries/ckeditor/plugins/codesnippet/dialogs/codesnippet.js +++ b/sites/all/libraries/ckeditor/plugins/codesnippet/dialogs/codesnippet.js @@ -53,7 +53,7 @@ this.getInputElement().$.selectedIndex = -1; }, commit: function( widget ) { - widget.setData( 'lang', this.getValue() ); + widget.setData( 'lang', this.getValue() || 'text' ); } }, {