mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 19:35:21 +02:00
fix(app/templates): handle special characters in mustache templates [EE-3708] (#7288)
This commit is contained in:
parent
43600083a7
commit
95f4db4f48
1 changed files with 1 additions and 1 deletions
|
@ -68,5 +68,5 @@ export function renderTemplate(
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return Mustache.render(template, state);
|
return Mustache.render(template, state, undefined, { escape: (t) => t });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue