View Single Post
  #3 (permalink)  
Old 11-03-2009, 10:23 AM
rwecker rwecker is offline
New Member
 
Posts: 4
Default Code to change

unzip the com file
File coloredemails.js
at line 163 change
tagName = appCtxt.getById(tgs[0]).name;

to
tagName = appCtxt.getById(tgs[0]).name.toLowerCase();


save re-zip file and deploy that should fix it
Reply With Quote