From 8a2ae6c480e3c783f021ace277a4a41e27d092f5 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 12 Oct 2016 17:53:27 +0100 Subject: [PATCH] Change html link refs from _new to _blank to be standards compliant --- nodes/core/analysis/72-sentiment.html | 2 +- nodes/core/core/80-function.html | 2 +- nodes/core/core/80-template.html | 2 +- nodes/core/io/10-mqtt.html | 2 +- nodes/core/io/21-httprequest.html | 2 +- nodes/core/locales/en-US/messages.json | 4 ++-- nodes/core/logic/15-change.html | 2 +- nodes/core/parsers/70-HTML.html | 4 ++-- nodes/core/parsers/70-XML.html | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/nodes/core/analysis/72-sentiment.html b/nodes/core/analysis/72-sentiment.html index afde4bcea..eb7e1798c 100644 --- a/nodes/core/analysis/72-sentiment.html +++ b/nodes/core/analysis/72-sentiment.html @@ -27,7 +27,7 @@

A score greater than zero is positive and less than zero is negative.

The score typically ranges from -5 to +5, but can go higher and lower.

An object of word score overrides can be supplied as msg.overrides.

-

See the Sentiment docs here.

+

See the Sentiment docs here.

diff --git a/nodes/core/core/80-template.html b/nodes/core/core/80-template.html index 6f5167190..fc6455ac6 100644 --- a/nodes/core/core/80-template.html +++ b/nodes/core/core/80-template.html @@ -54,7 +54,7 @@ diff --git a/nodes/core/parsers/70-HTML.html b/nodes/core/parsers/70-HTML.html index c3f4a6536..66abe2ffd 100644 --- a/nodes/core/parsers/70-HTML.html +++ b/nodes/core/parsers/70-HTML.html @@ -46,8 +46,8 @@ diff --git a/nodes/core/parsers/70-XML.html b/nodes/core/parsers/70-XML.html index bfbdfa4d4..d5e32a90a 100644 --- a/nodes/core/parsers/70-XML.html +++ b/nodes/core/parsers/70-XML.html @@ -37,7 +37,7 @@

If the input is a string it tries to parse it as XML and creates a javascript object.

If the input is a javascript object it tries to build an XML string.

You can also pass in a msg.options object to overide all the multitude of parameters. See - the xml2js docs + the xml2js docs for more information.

If set, options in the edit dialogue override those passed in on the msg.options object.