Merge pull request #380 from hindessm/trivial-html-fixes

Fix two trivial HTML bugs.
This commit is contained in:
Nick O'Leary
2014-09-05 23:12:32 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
<script type="text/x-red" data-help-name="udp in">
<p>A udp input node, that produces a <b>msg.payload</b> containing a <i>BUFFER</i>, string, or base64 encoded string. Supports multicast.</p>
<p>It also provides <b>msg.ip</b> and <b>msg.port</b> to the ip address and port from which the message was received.</b>
<p>It also provides <b>msg.ip</b> and <b>msg.port</b> to the ip address and port from which the message was received.</p>
<p>On some systems you may need to be root to use ports below 1024 and/or broadcast.</p>
</script>