zambal / eml

Library for writing and manipulating (html) markup in Elixir.
Other
116 stars 14 forks source link

Script tags should not be self closing #5

Closed knewter closed 10 years ago

knewter commented 10 years ago

Presently, if you do the following:

script [type: 'text/javascript', src: 'foo'], ""

Eml will output Githubissues.

  • Githubissues is a development platform for aggregating issues.