mikaelmattsson / blade

Blade for Wordpress
GNU General Public License v2.0
151 stars 21 forks source link

fixed a bug with wrong comments being generated #9

Closed ghost closed 10 years ago

ghost commented 10 years ago

A comment like {{-- comment --}} was being converted to <?php // comment --}} ?> this will prevent invalid comments from being generated by making all comments multiline. I doubt anyone would need single line comments in compiled files anyway.