mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Tidied up localisation in Wikipedia URL
This commit is contained in:
parent
0a0949246f
commit
5947ed21fc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class UnicodeTextFormat extends Operation {
|
|||
this.name = "Unicode Text Format";
|
||||
this.module = "Default";
|
||||
this.description = "Adds Unicode combining characters to change formatting of plaintext.";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Combining_character";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Combining_character";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "byteArray";
|
||||
this.args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue