diff --git a/src/js/core/Utils.js b/src/js/core/Utils.js index 868a3fc5..7ceb1d6a 100755 --- a/src/js/core/Utils.js +++ b/src/js/core/Utils.js @@ -978,7 +978,9 @@ var Utils = { }; var Utils = this; - var html = ""; + var html = "
" + + files.length + + " file(s) found
\n"; files.forEach(function(file, i) { if (typeof file.contents !== "undefined") { html += formatFile(file, i);