JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / dialogui / plugin.js
index 60f0c8b..319af7c 100644 (file)
@@ -618,7 +618,7 @@ CKEDITOR.plugins.add( 'dialogui' );
                                        for ( var i = 0, item ; i < elementDefinition.items.length && ( item = elementDefinition.items[i] ) ; i++ )\r
                                        {\r
                                                innerHTML.push( '<option value="',\r
-                                                       CKEDITOR.tools.htmlEncode( item[1] !== undefined ? item[1] : item[0] ), '" /> ',\r
+                                                       CKEDITOR.tools.htmlEncode( item[1] !== undefined ? item[1] : item[0] ).replace( /"/g, '&quot;' ), '" /> ',\r
                                                        CKEDITOR.tools.htmlEncode( item[0] ) );\r
                                        }\r
 \r