Skip to content

Commit

Permalink
Merge pull request #158 from sorich87/master
Browse files Browse the repository at this point in the history
beautify-html: fix "unformatted" variable leak
  • Loading branch information
einars committed Nov 6, 2012
2 parents f5c00d5 + 0c620c0 commit 252f6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beautify-html.js
Expand Up @@ -43,7 +43,8 @@ function style_html(html_source, options) {
indent_size,
indent_character,
max_char,
brace_style;
brace_style,
unformatted;

options = options || {};
indent_size = options.indent_size || 4;
Expand Down

0 comments on commit 252f6c0

Please sign in to comment.