You are here

private property HamlParser::$emptyTags in Sassy 7

* * if they have no content.

Type: array A list of tag names that should be automatically self-closed

File

phamlp/haml/HamlParser.php, line 266

Class

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

Code

private $emptyTags = array(
  'meta',
  'img',
  'link',
  'br',
  'hr',
  'input',
  'area',
  'param',
  'col',
  'base',
);