SE7ENSKY / jade2php

Unlock Jade for PHP! Convert Jade templates into raw PHP templates. CLI tool and JavaScript API. Test covered.
43 stars 10 forks source link

Variables in attributes get wrapped in attr() rather than htmlspecialchars() #8

Closed janwirth closed 9 years ago

janwirth commented 9 years ago

php does not provide the attr() or attr_class() functions.

ivankravchenko commented 9 years ago

See runtime.php.

janwirth commented 9 years ago

Ah thank you! I just copied the options from your tests.