find this code in the following file: includes > ktm > core > editor_mozilla.js
Around line 10 find this code:
Code: Select all
var class_name=(tmpprs.isSameNode(current_tag))
Code: Select all
var class_name=((current_tag))
Code: Select all
var class_name=(tmpprs.isSameNode(current_tag))
Code: Select all
var class_name=((current_tag))