That "false" is to prevent the html encoding. Since you are using the value as code rather than displaying it as html, that false attribute is needed. It doesn't add it automatically because most of the time people are displaying database values and not using them directly in their code.