Skip to content

Commit

Permalink
twig: Disable autoescape
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jan 11, 2019
1 parent 0286a87 commit d096f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/base/twig/kss_builder_base_twig.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class KssBuilderBaseTwig extends KssBuilderBase {
options.error = reject;
// We enforce some options.
options.async = true;
options.autoescape = true;
options.autoescape = false;
options.namespaces = namespacesFromKSS;

// twig() ignores options.load/error if data or ref are specified.
Expand Down

0 comments on commit d096f79

Please sign in to comment.