slim-template / haml2slim

Haml to Slim converter.
http://slim-lang.com/
120 stars 20 forks source link

Fix: Text inside DOM does not show up when written in same line. #5

Closed sandeepravi closed 13 years ago

sandeepravi commented 13 years ago

Lines like this: < a href="javascript:void(0)"> text is here < /a> get converted as a href="javascript:void(0)". Fixed this in the regex

fredwu commented 13 years ago

Merged, thanks!