From ff29f55c116a423ff0d2685eb3962e40c3b335a1 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Fri, 17 Apr 2020 14:39:00 +0100 Subject: [PATCH] Info and URL added --- src/core/operations/XMLValidator.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/XMLValidator.mjs b/src/core/operations/XMLValidator.mjs index 36799bd6..035d5f37 100644 --- a/src/core/operations/XMLValidator.mjs +++ b/src/core/operations/XMLValidator.mjs @@ -20,8 +20,8 @@ class XMLValidator extends Operation { this.name = "XML Validator"; this.module = "Default"; - this.description = ""; - this.infoURL = ""; + this.description = "Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable."; + this.infoURL = "https://wikipedia.org/wiki/XML"; this.inputType = "string"; this.outputType = "string"; this.args = [];