polarblau / meta_wordpress

Use your favorite meta languages such as Haml, Sass and Coffeescript to bootstrap and build Wordpress themes.
MIT License
9 stars 1 forks source link

Provide escaping helper #1

Closed polarblau closed 11 years ago

polarblau commented 11 years ago
%link(rel="stylesheet" type="text/css" media="all" href="#{php "bloginfo('stylesheet_url')"}")

— escapes the <?php … ?> part.

polarblau commented 11 years ago

Fixed by setting :haml_options => { :escape_attrs => false } in the Guardfile.