mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Change output to 'html'
This commit is contained in:
parent
dd2cfe8bac
commit
c795271502
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class DateTimeDelta extends Operation {
|
|||
this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
|
||||
this.infoURL = "";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
{
|
||||
"name": "Built in formats",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue