Format test.js md results

This commit is contained in:
nrew225 2016-12-05 09:44:52 -06:00
parent e0711f2965
commit b343177b2f

View File

@ -25,7 +25,7 @@ function entryErrorCheck (md) {
console.log(entryArray[i].name + 'Failed.')
// entryArray[i].error = findError(entries[i]) //WIP
totalFail += 1
issuelog += entryArray[i].name + ' | <p>' + entries[i] + '</p>\\n'
issuelog += entryArray[i].name + ' | \<p\>' + entries[i] + '\<\/p\>\\n'
}
}
}