]> code.citadel.org Git - citadel.git/blobdiff - webcit/tiny_mce/plugins/xhtmlxtras/js/abbr.js
more font size tweaks.
[citadel.git] / webcit / tiny_mce / plugins / xhtmlxtras / js / abbr.js
index e84b6a8378e9f25586fd551844d16893e4f8a8da..4b51a25721b55aa7b9c31af8739569e174af2b57 100644 (file)
@@ -1,8 +1,11 @@
- /**\r
- * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $\r
+/**\r
+ * abbr.js\r
  *\r
- * @author Moxiecode - based on work by Andrew Tetlaw\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+ * Copyright 2009, Moxiecode Systems AB\r
+ * Released under LGPL License.\r
+ *\r
+ * License: http://tinymce.moxiecode.com/license\r
+ * Contributing: http://tinymce.moxiecode.com/contributing\r
  */\r
 \r
 function init() {\r
@@ -13,7 +16,7 @@ function init() {
 }\r
 \r
 function insertAbbr() {\r
-       SXE.insertElement(tinymce.isIE ? 'html:abbr' : 'abbr');\r
+       SXE.insertElement('abbr');\r
        tinyMCEPopup.close();\r
 }\r
 \r