diff --git a/Gruntfile.js b/Gruntfile.js index 3ccabe9..6a7d42b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -243,7 +243,11 @@ module.exports = function(grunt) { build: { options: { base: '.tmp', - method: 'append' + method: 'append', + unescape: { + '<': '<', + '>': '>' + } }, files: { './front/build/main.html': ['.tmp/views/*.html'] diff --git a/front/src/main.html b/front/src/main.html index 6329e68..f155eb1 100644 --- a/front/src/main.html +++ b/front/src/main.html @@ -26,7 +26,7 @@ - +