Browse Source

Fixed spacing issue on HTML output. MD output is still a bit weird.

Nathan Schneider 4 years ago
parent
commit
44d3680e03
1 changed files with 0 additions and 1 deletions
  1. 0 1
      _layouts/rule.html

+ 0 - 1
_layouts/rule.html

@@ -159,7 +159,6 @@ https://github.com/Bernardo-Castilho/dragdroptouch -->
       function arrayHTML(thisArray) {
           var thisOutput = "";
           if (thisArray.length > 0) {
-              thisOutput += '<div class="builder-list">\n';
               thisOutput += '<ul>\n';
               for (var i = 0; i < thisArray.length; i++) {
                   var item = thisArray[i];