You are here

public property Haml::$attrWrapper in Sassy 7

* * of this type within attributes will be escaped (e.g. by replacing them with * ') if the character is an apostrophe or a quotation mark. * Defaults to " (an quotation mark).

Type: string The character that should wrap element attributes. Characters

File

phamlp/Yii/phamlp/Haml.php, line 85

Class

Haml
HamlViewRenderer allows you to write view files in {@link Haml http://haml-lang.com/}. @package PHamlP @subpackage Yii

Code

public $attrWrapper;