Fix formatting

This commit is contained in:
Liam Newman 2018-07-09 15:03:25 -07:00
parent bc5435aa68
commit 66e7fa0838

View File

@ -261,7 +261,8 @@ function submitIssue() {
'```json',
the.lastOpts,
'```',
''];
''
];
var encoded = encodeURIComponent(submit_body.join('\n'));
url += 'body=' + encoded;