diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 761df6aac3..ddf283dc65 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -31,8 +31,7 @@ paths.dist = "./target/dist/"; const renderer = { link(href, title, text) { - const escapedText = l.escape(text); - return `${escapedText}`; + return `${text}`; } };