From 405d95608031cd94c6fb4dee1269a96f27e8eb82 Mon Sep 17 00:00:00 2001 From: WrathZA Date: Tue, 29 Nov 2016 11:22:41 +0200 Subject: [PATCH] Added download attribute --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2963e138..c968f125 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -258,7 +258,7 @@ module.exports = function(grunt) { process: function(content, srcpath) { // TODO: Do all this in Jade content = content.replace( - 'Download CyberChef', + 'Download CyberChef', 'Compile time: ' + grunt.template.today("dd/mm/yyyy HH:MM:ss") + ' UTC'); return grunt.template.process(content, template_options); }