From c1f0fae456222c4ea48b091380fc34ecf04bea2f Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 9 Aug 2015 16:14:09 -0500 Subject: [PATCH] Change format of reporting --- tasks/gulp-transifex-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/gulp-transifex-test.js b/tasks/gulp-transifex-test.js index bc280d224b..8c423fc45a 100644 --- a/tasks/gulp-transifex-test.js +++ b/tasks/gulp-transifex-test.js @@ -116,9 +116,8 @@ function post(message, items) { function formatMessageForPosting(msg, items) { let body = `*Warning:* ${msg}`; - body += '\n\n```\n'; + body += '\n\n>>>\n'; body += items.join('\n'); - body += '\n```'; return body; }