You are here

private property HamlParser::$escapeHtml in Sassy 7

* * If this is true, = behaves like &=; otherwise, it behaves like !=. * Note that if this is set, != should be used for yielding to subtemplates * and rendering partials. Defaults to false.

Type: boolean whether or not to escape X(HT)ML-sensitive characters in script.

File

phamlp/haml/HamlParser.php, line 175

Class

HamlParser
HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml

Code

private $escapeHtml = false;