소스 검색

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

Nathan Schneider 4 년 전
부모
커밋
44d3680e03
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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];