mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Update OperationConfig.js
This commit is contained in:
parent
5576630727
commit
b06692e122
1 changed files with 2 additions and 2 deletions
|
@ -2340,7 +2340,7 @@ var OperationConfig = {
|
|||
args: []
|
||||
},
|
||||
"XML Beautify": {
|
||||
description: "Indents and prettifies extensible Markup Language (XML) code.",
|
||||
description: "Indents and prettifies eXtensible Markup Language (XML) code.",
|
||||
run: Code.run_xml_beautify,
|
||||
input_type: "string",
|
||||
output_type: "string",
|
||||
|
@ -2790,4 +2790,4 @@ var OperationConfig = {
|
|||
output_type: "string",
|
||||
args: []
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue