X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/6c8f14c09105d0afa4c1574215c59b5021040e76..00dbffaf1593b0ac719d98f00839221a9ca52133:/wp-includes/js/tinymce/wp-tinymce-schema.js diff --git a/wp-includes/js/tinymce/wp-tinymce-schema.js b/wp-includes/js/tinymce/wp-tinymce-schema.js index 999687e6..e2a05d87 100644 --- a/wp-includes/js/tinymce/wp-tinymce-schema.js +++ b/wp-includes/js/tinymce/wp-tinymce-schema.js @@ -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]' + @@ -704,7 +704,7 @@ 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; }