function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JJamesJJames 

  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?