Change html link refs from _new to _blank to be standards compliant

This commit is contained in:
Dave Conway-Jones
2016-10-12 17:53:27 +01:00
parent b3796a8e24
commit 8a2ae6c480
9 changed files with 11 additions and 11 deletions

View File

@@ -62,7 +62,7 @@
messages are sent to the corresponding output.</p>
<p>If null is returned, either by itself or as an element of the array, no
message is passed on.</p>
<p>See the <a target="_new" href="http://nodered.org/docs/writing-functions.html">online documentation</a> for more help.</p>
<p>See the <a target="_blank" href="http://nodered.org/docs/writing-functions.html">online documentation</a> for more help.</p>
</script>

View File

@@ -54,7 +54,7 @@
<script type="text/x-red" data-help-name="template">
<p>Sets a property based on the provided template.</p>
<p>By default this uses the <i><a href="http://mustache.github.io/mustache.5.html" target="_new">mustache</a></i>
<p>By default this uses the <i><a href="http://mustache.github.io/mustache.5.html" target="_blank">mustache</a></i>
format, but this can be switched off if required.</p>
<p>For example, when a template of:
<pre>Hello {{name}}. Today is {{date}}</pre>