保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26fa49f4b0aa658d65a21fffe828f39e78302573
PAMapp/node_modules/js-beautify/js/src/html/beautifier.js
@@ -612,7 +612,7 @@
      // handle "{{#> myPartial}}
      if (raw_token.text === '{{#>' && this.tag_check === '>' && raw_token.next !== null) {
        this.tag_check = raw_token.next.text;
        this.tag_check = raw_token.next.text.split(' ')[0];
      }
    }
    this.tag_check = this.tag_check.toLowerCase();