mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Tidied up charts operations
This commit is contained in:
@@ -20,7 +20,7 @@ class HTMLToText extends Operation {
|
||||
|
||||
this.name = "HTML To Text";
|
||||
this.module = "Default";
|
||||
this.description = "Converts a HTML ouput from an operation to a readable string instead of being rendered in the DOM.";
|
||||
this.description = "Converts an HTML output from an operation to a readable string instead of being rendered in the DOM.";
|
||||
this.infoURL = "";
|
||||
this.inputType = "html";
|
||||
this.outputType = "string";
|
||||
|
||||
Reference in New Issue
Block a user