+ Start a Discussion
Abhinav GuptaAbhinav Gupta 

apex:variable to control HTML markup rendering

This blog post explains this in detail : post link

ForcecodeForcecode

Use <apex:outputPanel layout="none"/> to control the rendering, then there is no additional markup.

Abhinav GuptaAbhinav Gupta

Nice catch @forcecode, I will update the post to include this. 

 

Thanks for update