]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wp-tinymce-schema.js
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wp-tinymce-schema.js
index e2a05d87918534f0b15d362251e0953cca060a1b..503a56399b266672ccb4315d5ace145dc921f63f 100644 (file)
@@ -4,7 +4,7 @@
  * Duck-punched by WordPress core to support a sane schema superset.
  *
  * Copyright, Moxiecode Systems AB
- * Released under LGPL License.
+ * Released under LGPL
  *
  * License: http://www.tinymce.com/license
  * Contributing: http://www.tinymce.com/contributing
                textBlockElementsMap = createLookupTable('text_block_elements', 'h1 h2 h3 h4 h5 h6 p div address pre form ' +
                                                'blockquote center dir fieldset header footer article section hgroup aside nav figure');
                blockElementsMap = createLookupTable('block_elements', 'hr table tbody thead tfoot ' +
-                                               'th tr td li ol ul caption dl dt dd noscript menu isindex samp option datalist select optgroup', textBlockElementsMap);
+                                               'th tr td li ol ul caption dl dt dd noscript menu isindex option datalist select optgroup', textBlockElementsMap);
 
                // Converts a wildcard expression string to a regexp for example *a will become /.*a/.
                function patternToRegExp(str) {