Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using html-beautify on handlebars template deletes unclosed tag if on second line #623

Closed
ezpuzz opened this issue Feb 11, 2015 · 2 comments

Comments

@ezpuzz
Copy link

ezpuzz commented Feb 11, 2015

when running master version of html-beautify on the following


{{page-title}}

The output is empty. It should preserve the tag.

The tag is output fine when on the first line though...

@ezpuzz
Copy link
Author

ezpuzz commented Feb 11, 2015

it is also deleted if more than one line of whitespace occurs before the tag, or if there is additional markup later in the file.

@bitwiseman
Copy link
Member

Bug obviously. Thanks!

@bitwiseman bitwiseman modified the milestones: 1.5.7, v1.6.0 Jun 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants