You need to sign in to do that
Don't have an account?
Render markup with force.com screwing with it?
I need to render some markup (conditional CSS) from a force.com app. I've tried putting it into the page, and into an outputtext tag, but both muck about with the markup.
This:
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="css/lt7.css" media="screen"/><![endif]-->
Gets changed to this:
<!--*****************************************************************************************-->
i.e. all the content between the comment tags is converted to "*" characters. A really daft decision IMHO - if we're that bothered about hiding comments we'll do it ourselves, I don't need the platform to make these decisions for me.
Deeply unhelpful.
How do I send a string through to the client without ANY processing?