JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / forms / plugin.js
index a2c3027..5978e0b 100644 (file)
@@ -166,7 +166,7 @@ CKEDITOR.plugins.add( 'forms',
        afterInit : function( editor )\r
        {\r
                // Cleanup certain IE form elements default values.\r
-               if( CKEDITOR.env.ie )\r
+               if ( CKEDITOR.env.ie )\r
                {\r
                        var dataProcessor = editor.dataProcessor,\r
                                htmlFilter = dataProcessor && dataProcessor.htmlFilter;\r
@@ -179,7 +179,7 @@ CKEDITOR.plugins.add( 'forms',
                                        {\r
                                                var attrs = input.attributes,\r
                                                        type = attrs.type;\r
-                                               if( type == 'checkbox' || type == 'radio' )\r
+                                               if ( type == 'checkbox' || type == 'radio' )\r
                                                        attrs.value == 'on' && delete attrs.value;\r
                                        }\r
                                }\r