1

For attributes like <meta http-equiv=X-UA-Compatible>

in Ruby haml:

I would use %meta{:'http-equiv' => 'X-UA-Compatible'}

it's not elegant, but works fine

today I'm using haml.js

it reports a a error

any idea?

mko
  • 21,334
  • 49
  • 130
  • 191

1 Answers1

0

This works:

%meta(http-equiv="X-UA-Compatible" content="IE=edge")