]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wp-tinymce-schema.js
WordPress 3.5.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wp-tinymce-schema.js
index 999687e633ccd7abf1ff2d00e626b86784f4151f..e2a05d87918534f0b15d362251e0953cca060a1b 100644 (file)
@@ -96,7 +96,7 @@
                                        'dl[A][dd|dt]' +
                                        'dt[A][C|B]' +
                                        'dd[A][C]' +
-                                       'a[A|href|target|download|ping|rel|media|type][C|B]' +
+                                       'a[A|href|target|download|ping|rel|media|type][B]' +
                                        'em[A][B]' +
                                        'strong[A][B]' +
                                        'small[A][B]' +
                        elements.img.attributesDefault = [{name: 'alt', value: ''}];
 
                        // Remove these if they are empty by default
-                       each(split('ol,ul,sub,sup,blockquote,span,font,a,table,tbody,tr,strong,em,b,i'), function(name) {
+                       each(split('ol,ul,sub,sup,blockquote,span,font,a,table,tbody,tr'), function(name) {
                                if (elements[name]) {
                                        elements[name].removeEmpty = true;
                                }