mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Magic operation tidying
This commit is contained in:
parent
6947d2a7f3
commit
865ee6a720
2 changed files with 8 additions and 20 deletions
|
@ -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>`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue