From 29b446c80cb5213ca8f4c5d0c04dcb7a7744548a Mon Sep 17 00:00:00 2001 From: kazu69 Date: Thu, 5 Nov 2015 16:41:08 +0900 Subject: [PATCH 1/2] fixed bug --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8e03553..c43d41a 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ var removeTagEachLIne = function(lines, start, end) { lines[i] = ''; } else if(stops) { - lines[i] = ''; + if(tagSection) { lines[i] = ''; } tagSection = false; } From 539ab7169ee877465f79881c30dfb3ccffd9c776 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Thu, 5 Nov 2015 16:41:20 +0900 Subject: [PATCH 2/2] bump up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1f69b..e20ed47 100644 --- a/package.json +++ b/package.json @@ -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": {