Magic operation tidying

This commit is contained in:
n1474335 2018-01-23 01:15:13 +00:00
parent 6947d2a7f3
commit 865ee6a720
2 changed files with 8 additions and 20 deletions

View file

@ -301,7 +301,7 @@ const FlowControl = {
output += `<tr>
<td><a href="#${recipeURL}">${Utils.generatePrettyRecipe(option.recipe, true)}</a></td>
<td>${Utils.escapeHtml(Utils.printable(option.data))}</td>
<td>${Utils.escapeHtml(Utils.printable(Utils.truncate(option.data, 99)))}</td>
<td>${Magic.codeToLanguage(language.lang)}\nScore: ${language.chiSqr.toFixed()}</td>
<td>${fileType}</td>
</tr>`;