Skip to content

Commit

Permalink
fix(cli): update xmllint option to fix template special chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Oct 17, 2018
1 parent f293572 commit a16f1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/core/util/xmllint.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"doctype-first": false,
"tag-pair": true,
"tag-self-close": false,
"spec-char-escape": true,
"spec-char-escape": false,
"id-unique": true,
"src-not-empty": true,
// do not need title
Expand Down

0 comments on commit a16f1ef

Please sign in to comment.