= render_chart '/chart/MSCombi3D.swf', '', @total_xml, "myNextHTML1", 800, 400, 0, 1 = render_chart '/chart/MSCombi3D.swf', '', @cattle_xml, "myNextHTML2", 800, 400, 0, 1 = render_chart '/chart/MSCombi3D.swf', '', @hedging_xml, "myNextHTML3", 800, 400, 0, 1
This is causing them to output as follows:
myNextHTML1
myNextHTML2
myNextHTML3
myNextHTML1
myNextHTML1
myNextHTML2
myNextHTML1
myNextHTML2
myNextHTML3
I can't figure out what is going on, is there an issue with render_chart or am I just an idiot and did something wrong?

Back to top
MultiQuote