Skip to content

Commit

Permalink
Merge pull request #3 from kazu69/fixed_bug_only_match_ending_tag
Browse files Browse the repository at this point in the history
Fixed bug only match ending tag
  • Loading branch information
kazu69 committed Nov 5, 2015
2 parents 22bd139 + 539ab71 commit 35974f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var removeTagEachLIne = function(lines, start, end) {
lines[i] = '';
}
else if(stops) {
lines[i] = '';
if(tagSection) { lines[i] = ''; }
tagSection = false;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-htmlhint-inline",
"description": "Gulp plugin for linting inline html",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/kazu69/gulp-htmlhint-inline",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 35974f5

Please sign in to comment.