Subscript and superscript buttons inverted
-
Hi
Little issue with the sub/superscript buttons in tinymce advanced.
I added them and they show in editor, but when i use them the result is the opposite of expected: Subscript create O2 and Superscript create O(2 below the line).
Tried to search in the plugin files but couldn’t achieve anything. A simple icon switch could do the trick but changing this in tinymce-advanced.php
'tadv/sub' => array( 'name' => 'Subscript', 'icon' => '<span class="mce-ico mce-i-subscript"></span>' ),
to
'tadv/sub' => array( 'name' => 'Superscript', 'icon' => '<span class="mce-ico mce-i-superscript"></span>' ),
Doesn’t change the icon at all even after cache clear.
Could you have a look at this please.
- The topic ‘Subscript and superscript buttons inverted’ is closed to new replies.