Open bdw429s opened 7 years ago
<cfoutput> #headerCell("#results.getTotalPass()#")# </cfoutput>
Doubles up the inner quotes and turns it into this:
writeOutput("#headerCell(""#results.getTotalPass()#"")#");
Thanks brad I will investigate.
Doubles up the inner quotes and turns it into this: