mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Merge branch 'bug-display-as-html'
This commit is contained in:
commit
b4fe708d70
1 changed files with 2 additions and 2 deletions
|
@ -950,7 +950,7 @@ const Utils = {
|
||||||
const html = "<div class='panel panel-default'>" +
|
const html = "<div class='panel panel-default'>" +
|
||||||
"<div class='panel-heading' role='tab'>" +
|
"<div class='panel-heading' role='tab'>" +
|
||||||
"<h4 class='panel-title'>" +
|
"<h4 class='panel-title'>" +
|
||||||
file.fileName +
|
Utils.escapeHtml(file.fileName) +
|
||||||
// The following line is for formatting when HTML is stripped
|
// The following line is for formatting when HTML is stripped
|
||||||
"<span style='display: none'>\n0 bytes\n</span>" +
|
"<span style='display: none'>\n0 bytes\n</span>" +
|
||||||
"</h4>" +
|
"</h4>" +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue