From b1c33379e332f78d60a4f60098785f85d77add95 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 22 Jan 2016 15:24:54 -0500 Subject: [PATCH] removing unnecessary lis before ul --- index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.js b/index.js index 809bdb5..698c3f1 100755 --- a/index.js +++ b/index.js @@ -34,14 +34,8 @@ module.exports = function(file_path, callback){ var split_value = value.split('\t'); var num_tabs = split_value.length - 1; if(num_tabs > previous_line){ - if(num_tabs > 0){ - html += '\n' + insertTabs(num_tabs * 2 - 1) +'
  • \n'; - } - html += insertTabs(num_tabs * 2) + '