Ok, this is a very weird problem I run into. I use jquery tablesorter script and the config option for it is:
$("#myTable").tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")});This works perfectly with previous version (<1.6.7) and after I updated it to 1.6.7, I got this in the output screen instead:
$("#myTable").tablesorter()
.tablesorterPager();Note that EE replace everything inside {} with blank.
How do I disable this, is there a work around?