You need to sign in to do that
Don't have an account?

displays as   inside if statement in Visualforce Page
I use the following in a visualforce page:
{!IF(qis.QISLIndent == true, ' ' , null )}
and the output when true shows up as  
How do I fix this?
{!IF(qis.QISLIndent == true, ' ' , null )}
and the output when true shows up as  
How do I fix this?